summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Weeden <jack@ajack.org>2013-06-25 23:46:07 +0100
committerJack Weeden <jack@ajack.org>2013-07-01 10:48:25 +0100
commit6fa06893e9f165a05e88330a835e30b8c084e9bb (patch)
treebe2738359edec416a964e3611a7f45bc6b0c3a4c
parentaf81ff4e098241fae4f61ddd3542c44a457fba2c (diff)
downloadgitlab-ce-6fa06893e9f165a05e88330a835e30b8c084e9bb.tar.gz
Add editable notes feature
-rw-r--r--app/views/notes/_note.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notes/_note.html.haml b/app/views/notes/_note.html.haml
index 68137960b74..6089b9505b2 100644
--- a/app/views/notes/_note.html.haml
+++ b/app/views/notes/_note.html.haml
@@ -59,4 +59,4 @@
= link_to delete_attachment_project_note_path(@project, note),
title: "Delete this attachment", method: :delete, remote: true, confirm: 'Are you sure you want to remove the attachment?', class: "danger js-note-attachment-delete" do
%i.icon-trash.cred
- .clear
+ .clear \ No newline at end of file