diff options
author | Jack Weeden <jack@ajack.org> | 2013-06-25 23:46:07 +0100 |
---|---|---|
committer | Jack Weeden <jack@ajack.org> | 2013-07-01 10:48:25 +0100 |
commit | 6fa06893e9f165a05e88330a835e30b8c084e9bb (patch) | |
tree | be2738359edec416a964e3611a7f45bc6b0c3a4c | |
parent | af81ff4e098241fae4f61ddd3542c44a457fba2c (diff) | |
download | gitlab-ce-6fa06893e9f165a05e88330a835e30b8c084e9bb.tar.gz |
Add editable notes feature
-rw-r--r-- | app/views/notes/_note.html.haml | 2 |
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 |