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

_description.html.haml « milestones « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 747e22f47acc84c3502072ab679b80431a0ac3db (plain)
1
2
3
4
5
6
7
8
.detail-page-description.milestone-detail
  %h2.gl-m-0{ data: { qa_selector: "milestone_title_content" } }
    = markdown_field(milestone, :title)

  - if milestone.try(:description).present?
    %div{ data: { qa_selector: "milestone_description_content" } }
      .description.md.gl-px-0.gl-pt-4.gl-border-1.gl-border-t-solid.gl-border-gray-100
        = markdown_field(milestone, :description)