-link_to_help_page=link_to(_('Learn more about Kubernetes'),help_page_path('user/project/clusters/index'),target: '_blank',rel: 'noopener noreferrer')
%p=s_('ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way. %{link_to_help_page}').html_safe%{link_to_help_page: link_to_help_page}
=link_toproject_tag_path(@project,tag.name),class: "btn btn-remove remove-row has-tooltip prepend-left-10 #{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
=icon("trash-o")
-ifcan?(current_user,:admin_project,@project)
=link_toproject_tag_path(@project,tag.name),class: "btn btn-remove remove-row has-tooltip prepend-left-10 #{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
=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