summaryrefslogtreecommitdiff
path: root/app/views/search/results/_milestone.html.haml
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)