=link_tonamespace_project_branch_path(@project.namespace,@project,branch.name),class: 'btn btn-grouped btn-xs btn-remove remove-row',method: :delete,data: {confirm: "Deleting the '#{branch.name}' branch cannot be undone. Are you sure?"},remote: truedo
=link_tonamespace_project_branch_path(@project.namespace,@project,branch.name),class: 'btn btn-grouped btn-xs btn-remove remove-row has_tooltip',title: "Delete branch",method: :delete,data: {confirm: "Deleting the '#{branch.name}' branch cannot be undone. Are you sure?",container: 'body'},remote: truedo
=link_tonamespace_project_tag_path(@project.namespace,@project,tag.name),class: 'btn btn-grouped btn-xs btn-remove remove-row has_tooltip',title: "Delete tag",method: :delete,data: {confirm: "Deleting the '#{tag.name}' tag cannot be undone. Are you sure?",container: 'body'},remote: truedo
=link_tonamespace_project_tag_path(@project.namespace,@project,@tag.name),class: 'btn btn-remove remove-row grouped',method: :delete,data: {confirm: "Deleting the '#{@tag.name}' tag cannot be undone. Are you sure?"}do
=link_tonamespace_project_tag_path(@project.namespace,@project,@tag.name),class: 'btn btn-remove remove-row grouped has_tooltip',title: "Delete tag",method: :delete,data: {confirm: "Deleting the '#{@tag.name}' tag cannot be undone. Are you sure?"}do