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

_milestone.html.haml « results « search « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 53c2d380bc54634cdafb2c17ba4442011e7fd635 (plain)
1
2
3
4
5
6
7
8
.search-result-row
  %h4
    = link_to project_milestone_path(milestone.project, milestone) do
      %span.term.str-truncated= milestone.title

  - if milestone.description.present?
    .description.term
      = search_md_sanitize(milestone, :description)