From 6fa06893e9f165a05e88330a835e30b8c084e9bb Mon Sep 17 00:00:00 2001 From: Jack Weeden Date: Tue, 25 Jun 2013 23:46:07 +0100 Subject: [PATCH] Add editable notes feature --- app/views/notes/_note.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notes/_note.html.haml b/app/views/notes/_note.html.haml index 6813796..6089b95 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 -- libgit2 0.21.2