summaryrefslogtreecommitdiff
path: root/app/views/shared/notes
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-06-19 16:43:57 +0000
committerMike Greiling <mike@pixelcog.com>2018-06-19 16:43:57 +0000
commitdea03a0815ddceeadbb809cd4ed94f6603e4c411 (patch)
tree134a1e74ffeb0e012947a8670b31c5ef8574f9da /app/views/shared/notes
parent0397b8134fc56fc04a4f5b508bd44e51d460c6dc (diff)
downloadgitlab-ce-dea03a0815ddceeadbb809cd4ed94f6603e4c411.tar.gz
Resolve "Remove “commented” from comment system notes"
Diffstat (limited to 'app/views/shared/notes')
-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 ca6e3602f05..526330f4e50 100644
--- a/app/views/shared/notes/_note.html.haml
+++ b/app/views/shared/notes/_note.html.haml
@@ -36,8 +36,6 @@
= note.author.to_reference
%span.note-headline-light
%span.note-headline-meta
- - unless note.system
- commented
- if note.system
%span.system-note-message
= markdown_field(note, :note)