summaryrefslogtreecommitdiff
path: root/app/views/projects/tags/_tag.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/tags/_tag.html.haml')
-rw-r--r--app/views/projects/tags/_tag.html.haml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/projects/tags/_tag.html.haml b/app/views/projects/tags/_tag.html.haml
index 94c75de2fdb..0010bda83fc 100644
--- a/app/views/projects/tags/_tag.html.haml
+++ b/app/views/projects/tags/_tag.html.haml
@@ -2,9 +2,10 @@
- release = @releases.find { |release| release.tag == tag.name }
%li
%div
- = link_to namespace_project_tag_path(@project.namespace, @project, tag.name), class: 'tag-name' do
- = icon('tag')
- = tag.name
+ = link_to namespace_project_tag_path(@project.namespace, @project, tag.name) do
+ %strong.item-title
+ = icon('tag')
+ = tag.name
- if tag.message.present?
 
= strip_gpg_signature(tag.message)