summaryrefslogtreecommitdiff
path: root/app/views/projects/notes
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-06 12:25:22 -0500
committerJacob Schatz <jschatz1@gmail.com>2017-04-06 19:22:33 -0400
commit6f7deb482a4423f6da7cdd765e6b138aaa38cbd7 (patch)
tree69c14a02ee201c38a64824d5c925072e50c685ee /app/views/projects/notes
parent32e4a0f3513c846da376f70706d8d0ea60ba8b6e (diff)
downloadgitlab-ce-6f7deb482a4423f6da7cdd765e6b138aaa38cbd7.tar.gz
Add remaining system note icons
Diffstat (limited to 'app/views/projects/notes')
-rw-r--r--app/views/projects/notes/_note.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/notes/_note.html.haml b/app/views/projects/notes/_note.html.haml
index 7d7a6a7387b..9130dc128fa 100644
--- a/app/views/projects/notes/_note.html.haml
+++ b/app/views/projects/notes/_note.html.haml
@@ -6,9 +6,7 @@
.timeline-entry-inner
.timeline-icon
- if note.system
- -# = render "#{note.system_note_metadata.action}.svg"
= icon_for_system_note(note)
- %h1= note.system_note_metadata.action.inspect
- else
%a{ href: user_path(note.author) }
= image_tag avatar_icon(note.author), alt: '', class: 'avatar s40'