diff options
author | Constance Okoghenun <cokoghenun@gitlab.com> | 2018-06-19 16:43:57 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-06-19 16:43:57 +0000 |
commit | dea03a0815ddceeadbb809cd4ed94f6603e4c411 (patch) | |
tree | 134a1e74ffeb0e012947a8670b31c5ef8574f9da /app/views/shared/notes | |
parent | 0397b8134fc56fc04a4f5b508bd44e51d460c6dc (diff) | |
download | gitlab-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.haml | 2 |
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) |