BigW Consortium Gitlab

Commit accdca5f by Phil Hughes Committed by kushalpandya

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

Fix flickering of system notes Closes #32087 See merge request !11281
parent 4e3b2f2b
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
- if note.system - if note.system
%span.system-note-message %span.system-note-message
= note.redacted_note_html = note.redacted_note_html
.original-note-content.hidden
= note.note
%a{ href: "##{dom_id(note)}" } %a{ href: "##{dom_id(note)}" }
= time_ago_with_tooltip(note.created_at, placement: 'bottom', html_class: 'note-created-ago') = time_ago_with_tooltip(note.created_at, placement: 'bottom', html_class: 'note-created-ago')
- unless note.system? - unless note.system?
......
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