Skip to content
Snippets Groups Projects
Commit 05886b93 authored by Eric Eastwood's avatar Eric Eastwood Committed by Tim Zallmann
Browse files

Fix flickering of system notes

Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32087

Easy reproduction:

 1. Edit an issue title
 1. Notice the system note added
 1. Switch to another tab and back (to fire the polling immediately)
 1. Notice the flicker (without this fix)
parent 7574cc6f
No related branches found
No related tags found
1 merge request!11370WIP: Resolve "Rename Audit Log"
Loading
Loading
@@ -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?
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment