From 0ea3fcec397b69815975647f5e2aa5fe944a8486 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 20 Jun 2022 11:10:13 +0000 Subject: Add latest changes from gitlab-org/gitlab@15-1-stable-ee --- app/views/projects/tags/show.html.haml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/views/projects/tags/show.html.haml') diff --git a/app/views/projects/tags/show.html.haml b/app/views/projects/tags/show.html.haml index c1b78d3258d..2a68ad37c1e 100644 --- a/app/views/projects/tags/show.html.haml +++ b/app/views/projects/tags/show.html.haml @@ -63,3 +63,6 @@ = markdown_field(@release, :description) - else = s_('TagsPage|This tag has no release notes.') + +- if can?(current_user, :admin_tag, @project) + .js-delete-tag-modal -- cgit v1.2.3