=link_toproject_tag_path(@project,tag.name),class: "btn btn-remove remove-row has-tooltip #{protected_tag?(@project,tag)?'disabled':''}",title: "Delete tag",method: :delete,data: {confirm: "Deleting the '#{tag.name}' tag cannot be undone. Are you sure?",container: 'body'},remote: truedo
=link_toproject_tag_path(@project,tag.name),class: "btn btn-remove remove-row has-tooltip #{protected_tag?(@project,tag)?'disabled':''}",title: s_('TagsPage|Delete tag'),method: :delete,data: {confirm: s_('TagsPage|Deleting the %{tag_name} tag cannot be undone. Are you sure?')%{tag_name: tag.name},container: 'body'},remote: truedo
Tags give the ability to mark specific points in history as being important
=s_('TagsPage|Tags give the ability to mark specific points in history as being important')
.nav-controls.row-fixed-content
=form_tag(filter_tags_path,method: :get)do
=search_field_tag:search,params[:search],{placeholder: 'Filter by tag name',id: 'tag-search',class: 'form-control search-text-input input-short',spellcheck: false}
=search_field_tag:search,params[:search],{placeholder: s_('TagsPage|Filter by tag name'),id: 'tag-search',class: 'form-control search-text-input input-short',spellcheck: false}
=link_toproject_tag_path(@project,@tag.name),class: "btn btn-remove remove-row has-tooltip #{protected_tag?(@project,@tag)?'disabled':''}",title: "Delete tag",method: :delete,data: {confirm: "Deleting the '#{@tag.name}' tag cannot be undone. Are you sure?"}do
=link_toproject_tag_path(@project,@tag.name),class: "btn btn-remove remove-row has-tooltip #{protected_tag?(@project,@tag)?'disabled':''}",title: s_('TagsPage|Delete tag'),method: :delete,data: {confirm: s_('TagsPage|Deleting the %{tag_name} tag cannot be undone. Are you sure?')%{tag_name: @tag.name}}do