Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-30 21:10:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-30 21:10:57 +0300
commitb48bbc842d4baf2ba16bd8c4db9a924324b7f13a (patch)
tree240c25c78d10e517d31ebfac78551949a3f2fe1f /app/views/projects/tags
parent93501e7509fb61b25f091d81381d3e86842a9cdd (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/tags')
-rw-r--r--app/views/projects/tags/show.html.haml8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/projects/tags/show.html.haml b/app/views/projects/tags/show.html.haml
index a9c3309e38c..3124f47c832 100644
--- a/app/views/projects/tags/show.html.haml
+++ b/app/views/projects/tags/show.html.haml
@@ -57,13 +57,5 @@
%pre.wrap{ data: { qa_selector: 'tag_message_content' } }
= strip_signature(@tag.message)
-- if can?(current_user, :read_release, @release)
- .gl-mb-3.gl-mt-3
- - if @release&.description.present?
- .description.md{ data: { qa_selector: 'tag_release_notes_content' } }
- = markdown_field(@release, :description)
- - else
- = s_('TagsPage|This tag has no release notes.')
-
- if can?(current_user, :admin_tag, @project)
.js-delete-tag-modal