Commit 72f23cf7 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch...

Merge branch '344328-make-badges-in-app-views-projects-tags-_tag-html-haml-pajamas-compliant' into 'master'

Make badge in app/views/projects/tags/_tag.html.haml Pajamas-compliant

See merge request gitlab-org/gitlab!76728
parents 8037cfdc a2da3244
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
= link_to tag.name, project_tag_path(@project, tag.name), class: 'item-title ref-name' = link_to tag.name, project_tag_path(@project, tag.name), class: 'item-title ref-name'
- if protected_tag?(@project, tag) - if protected_tag?(@project, tag)
%span.badge.badge-success.gl-ml-2.gl-badge.sm.badge-pill = gl_badge_tag s_('TagsPage|protected'), variant: :success, size: :sm, class: 'gl-ml-2'
= s_('TagsPage|protected')
- if commit - if commit
.block-truncated .block-truncated
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment