summaryrefslogtreecommitdiff
path: root/app/views/projects/tags/show.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-05-25 22:56:34 +0100
committerPhil Hughes <me@iamphill.com>2018-05-25 22:56:34 +0100
commit65c16758f9ce368115f2ae12178123c4544bf2b4 (patch)
tree9a563b588ba38a6fa6b54875ea7b1e0ca7cf8cc6 /app/views/projects/tags/show.html.haml
parent32498cd70d84f8e08d62d80330ca73dd703be1e9 (diff)
parent50c8ed2bf498c69d3d52ba1451274e3fbf438429 (diff)
downloadgitlab-ce-65c16758f9ce368115f2ae12178123c4544bf2b4.tar.gz
Merge branch 'master' into ide-jobs-list-components
Diffstat (limited to 'app/views/projects/tags/show.html.haml')
-rw-r--r--app/views/projects/tags/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tags/show.html.haml b/app/views/projects/tags/show.html.haml
index 7a3469cdd26..15a960f81b8 100644
--- a/app/views/projects/tags/show.html.haml
+++ b/app/views/projects/tags/show.html.haml
@@ -11,7 +11,7 @@
= icon('tag')
= @tag.name
- if protected_tag?(@project, @tag)
- %span.label.label-success
+ %span.badge.badge-success
= s_('TagsPage|protected')
- if @commit
= render 'projects/branches/commit', commit: @commit, project: @project