Commit 727d4c14 authored by Sarah Groff Hennigh-Palermo's avatar Sarah Groff Hennigh-Palermo

Merge branch 'authored-date-on-comments-in-search' into 'master'

Show the comment authored time in comment search results

See merge request gitlab-org/gitlab!40472
parents 2b9e609f 4c5642b4
......@@ -20,6 +20,11 @@
·
= link_to note.noteable.title, note_url, data: {track_event: 'click_text', track_label: 'noteable_title', track_property: 'search_result'}
%span.note-headline-light.note-headline-meta
%span.system-note-separator
·
%span.system-note-separator= time_ago_with_tooltip(note.created_at, placement: 'bottom', html_class: 'note-created-ago')
.note-search-result
.term
= search_md_sanitize(note.note)
---
title: Show the comment authored time in comment search results
merge_request: 40472
author:
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment