From 6f7deb482a4423f6da7cdd765e6b138aaa38cbd7 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 6 Apr 2017 12:25:22 -0500 Subject: Add remaining system note icons --- app/views/projects/notes/_note.html.haml | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/views/projects/notes') 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' -- cgit v1.2.1