From b86a784e1d9bb3dc789e2b289efe7b25e844d5aa Mon Sep 17 00:00:00 2001 From: Nur Rony Date: Tue, 22 Nov 2016 01:26:47 +0600 Subject: resolves lowercase issue in system note for labels, label description and title removes unnecessary changelog entry makes toggle commit list and compare link as secondary removes unnecessary function call --- app/views/projects/notes/_note.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects') diff --git a/app/views/projects/notes/_note.html.haml b/app/views/projects/notes/_note.html.haml index 89ae64554c0..ba8895438c5 100644 --- a/app/views/projects/notes/_note.html.haml +++ b/app/views/projects/notes/_note.html.haml @@ -16,7 +16,7 @@ commented - if note.system %span{class: 'system-note-message'} - = h(note.note_html.downcase.html_safe) + = note.redacted_note_html %a{ href: "##{dom_id(note)}" } = time_ago_with_tooltip(note.created_at, placement: 'bottom', html_class: 'note-created-ago') - unless note.system? -- cgit v1.2.3