summaryrefslogtreecommitdiff
path: root/app/views/search/results/_milestone.html.haml
blob: b31595d8d1c5a4fe9dc4c2a9ce115ff559650287 (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(markdown(milestone.description))