Commit a2da3244 authored by Martin Wortschack's avatar Martin Wortschack Committed by Ezekiel Kigbo

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

parent 2c862282
......@@ -8,8 +8,7 @@
= link_to tag.name, project_tag_path(@project, tag.name), class: 'item-title ref-name'
- if protected_tag?(@project, tag)
%span.badge.badge-success.gl-ml-2.gl-badge.sm.badge-pill
= s_('TagsPage|protected')
= gl_badge_tag s_('TagsPage|protected'), variant: :success, size: :sm, class: 'gl-ml-2'
- if commit
.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