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: 76d6c765ed623487d30dcf95491f5cf9a2620af0 (plain)
1
2
3
4
5
6
7
8
9
.detail-page-description.milestone-detail
  %h2{ data: { qa_selector: "milestone_title_content" } }
    .title
    = markdown_field(milestone, :title)

  - if milestone.try(:description).present?
    %div{ data: { qa_selector: "milestone_description_content" } }
      .description.md
        = markdown_field(milestone, :description)