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: 6d4ce88a3770de7551852c5ce4acef858381a606 (plain)
1
2
3
4
5
6
7
8
.search-result-row
  %h4
    = link_to project_milestone_path(milestone.project, milestone), data: {track_event: 'click_text', track_label: 'milestone_title', track_property: 'search_result'} do
      %span.term.str-truncated= milestone.title

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