Merge branch '32087-fix-flickering-system-notes' into 'master'

Fix flickering of system notes

Closes #32087

See merge request !11281
This commit is contained in:
Phil Hughes 2017-05-11 07:57:38 +00:00
commit 4067dd4f84
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@
- if note.system
%span.system-note-message
= note.redacted_note_html
.original-note-content.hidden
= note.note
%a{ href: "##{dom_id(note)}" }
= time_ago_with_tooltip(note.created_at, placement: 'bottom', html_class: 'note-created-ago')
- unless note.system?