Commit 565593b9 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'gl-badge-tags' into 'master'

Add gl-badge class for project tag's badge

See merge request gitlab-org/gitlab!57939
parents a6fa42e8 e92659be
......@@ -8,7 +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
%span.badge.badge-success.gl-ml-2.gl-badge.sm.badge-pill
= s_('TagsPage|protected')
- if tag.message.present?
......
---
title: Add gl-badge class for tag's badge
merge_request: 57939
author: Yogi (@yo)
type: changed
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