Welcome to mirror list, hosted at ThFree Co, Russian Federation.

horizontal_section_component.haml « layouts « components « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b5b4f1d0df968197074833a6ae6f9815e91c2d8 (plain)
1
2
3
4
5
6
7
8
9
10
%div{ formatted_options }
  .row
    .col-lg-4
      %h4.gl-mt-0
        = title
      - if description?
        %p
          = description
    .col-lg-8
      = body