=link_tonamespace_project_note_path(@project.namespace,@project,note),title: "Remove comment",method: :delete,data: {confirm: 'Are you sure you want to remove this comment?'},remote: true,class: "danger js-note-delete"do
%i.fa.fa-trash-o.cred
=link_tonamespace_project_note_path(@project.namespace,@project,note),title: 'Remove comment',method: :delete,data: {confirm: 'Are you sure you want to remove this comment?'},remote: true,class: 'danger js-note-delete'do
title: "Delete this attachment",method: :delete,remote: true,data: {confirm: 'Are you sure you want to remove the attachment?'},class: "danger js-note-attachment-delete"do
%i.fa.fa-trash-o.cred
title: 'Delete this attachment',method: :delete,remote: true,data: {confirm: 'Are you sure you want to remove the attachment?'},class: 'danger js-note-attachment-delete'do