=link_toproject_branch_path(@project,branch.name),class: 'btn grouped btn-small remove-row',method: :delete,confirm: 'Removed branch cannot be restored. Are you sure?',remote: truedo
=link_toproject_branch_path(@project,branch.name),class: 'btn grouped btn-small remove-row',method: :delete,data: {confirm: 'Removed branch cannot be restored. Are you sure?'},remote: truedo
=link_toproject_note_path(@project,note),title: "Remove comment",method: :delete,confirm: 'Are you sure you want to remove this comment?',remote: true,class: "danger js-note-delete"do
=link_toproject_note_path(@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,confirm: 'Are you sure you want to remove the attachment?',class: "danger js-note-attachment-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
=link_toproject_tag_path(@project,tag.name),class: 'btn btn-small remove-row',method: :delete,confirm: 'Removed tag cannot be restored. Are you sure?',remote: truedo
=link_toproject_tag_path(@project,tag.name),class: 'btn btn-small remove-row',method: :delete,data: {confirm: 'Removed tag cannot be restored. Are you sure?'},remote: truedo