Commit bc05ee96 authored by Justin Ho's avatar Justin Ho

Replace fa-comment with GitLab SVG

In search results (comments tab)
parent 9ad79eb4
......@@ -4,7 +4,7 @@
.search-result-row
%h5.note-search-caption.str-truncated
%i.fa.fa-comment
= sprite_icon('comment', size: 16, css_class: 'gl-vertical-align-text-bottom')
= link_to_member(project, note.author, avatar: false)
- link_to_project = link_to(project.full_name, project)
= _("commented on %{link_to_project}").html_safe % { link_to_project: link_to_project }
......
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