gitlab-org--gitlab-foss/app/views/search/results/_milestone.html.haml

9 lines
355 B
Plaintext

.search-result-row
%h4
= link_to project_milestone_path(milestone.project, milestone), data: {track_action: '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)