Commit 6fa06893e9f165a05e88330a835e30b8c084e9bb

Authored by Jack Weeden
1 parent af81ff4e

Add editable notes feature

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/notes/_note.html.haml
@@ -59,4 +59,4 @@ @@ -59,4 +59,4 @@
59 = link_to delete_attachment_project_note_path(@project, note), 59 = link_to delete_attachment_project_note_path(@project, note),
60 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 60 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
61 %i.icon-trash.cred 61 %i.icon-trash.cred
62 - .clear 62 - .clear
  63 + .clear
63 \ No newline at end of file 64 \ No newline at end of file