summaryrefslogtreecommitdiff
path: root/app/views/projects/tags/_release_link.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/tags/_release_link.html.haml')
-rw-r--r--app/views/projects/tags/_release_link.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/projects/tags/_release_link.html.haml b/app/views/projects/tags/_release_link.html.haml
new file mode 100644
index 00000000000..c942d122a58
--- /dev/null
+++ b/app/views/projects/tags/_release_link.html.haml
@@ -0,0 +1,4 @@
+.gl-text-secondary
+ = sprite_icon("rocket", size: 12)
+ = _("Release")
+ = link_to release.name, project_release_path(project, release), class: "gl-text-blue-600!"