summaryrefslogtreecommitdiff
path: root/app/views/projects/buttons/_remove_tag.html.haml
blob: 58af0d91f30ef10703a9cc5bfc678d03064abc61 (plain)
1
2
3
4
5
6
- project = local_assigns.fetch(:project, nil)
- tag = local_assigns.fetch(:tag, nil)
- return unless project && tag

%button{ type: "button", class: "js-remove-tag js-confirm-modal-button gl-button btn btn-default btn-icon has-tooltip gl-ml-3\! #{protected_tag?(project, tag) ? 'disabled' : ''}", title: s_('TagsPage|Delete tag'), data: { container: 'body', path: project_tag_path(@project, tag.name), modal_attributes: delete_tag_modal_attributes(tag.name) } }
  = sprite_icon('remove', css_class: 'gl-icon')