summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-05-19 01:37:53 -0500
committerEric Eastwood <contact@ericeastwood.com>2017-05-19 09:50:59 -0500
commit682cfbb4dc328a8ffa597ddbb337673ed5dc844f (patch)
tree8510fe1fcba9ebc1af164f2235d3f18fd9fcacd0 /app/views
parente4eec191565a053f687911d80865ad43241453f8 (diff)
downloadgitlab-ce-682cfbb4dc328a8ffa597ddbb337673ed5dc844f.tar.gz
Fix system note comparison and standardize note setup
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32551
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/notes/_note.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/shared/notes/_note.html.haml b/app/views/shared/notes/_note.html.haml
index 53d0e837aa0..a7bf610b9c7 100644
--- a/app/views/shared/notes/_note.html.haml
+++ b/app/views/shared/notes/_note.html.haml
@@ -29,8 +29,6 @@
- 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?