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: 9664f65a36e016140be5de9f152991af07d3fa4f (plain)
1
2
3
4
5
6
7
8
9
.search-result-row
  %h4
    = link_to [milestone.project.namespace.becomes(Namespace), milestone.project, milestone] do
      %span.term.str-truncated= milestone.title

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