summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorblackst0ne <blackst0ne.ru@gmail.com>2017-02-18 11:49:13 +1100
committerblackst0ne <blackst0ne.ru@gmail.com>2017-02-18 11:49:13 +1100
commitc21df05066a3a9351db649ebc3f00f4bee63cce8 (patch)
tree41a59b72cf04b4073ea01036f2785e7e6f85a703 /app/views
parent32b59a1fa7f439cccbf0de29094c3fab3ec518a8 (diff)
downloadgitlab-ce-c21df05066a3a9351db649ebc3f00f4bee63cce8.tar.gz
Remove empty line in note
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/notes/_note.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/notes/_note.html.haml b/app/views/projects/notes/_note.html.haml
index a68a09baf4f..1b08165c14c 100644
--- a/app/views/projects/notes/_note.html.haml
+++ b/app/views/projects/notes/_note.html.haml
@@ -63,7 +63,6 @@
= icon('pencil', class: 'link-highlight')
= link_to namespace_project_note_path(note.project.namespace, note.project, note), title: 'Remove comment', method: :delete, data: { confirm: 'Are you sure you want to remove this comment?' }, remote: true, class: 'note-action-button js-note-delete danger' do
= icon('trash-o', class: 'danger-highlight')
-
.note-body{ class: note_editable ? 'js-task-list-container' : '' }
.note-text.md
= preserve do