summaryrefslogtreecommitdiff
path: root/app/views/projects/tags
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-03 13:21:19 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-03 13:21:19 +0100
commit0520cd716435afa36204dd882f9cb7a23f81b11d (patch)
tree39228fbaef420e8ef70c41e84322d0c5aea041e0 /app/views/projects/tags
parent129ad8425e8fcbb1d7025e247d29772831d76b06 (diff)
parent6689224a90f3d2500be5d927ea1ed9656fc7b1b6 (diff)
downloadgitlab-ce-0520cd716435afa36204dd882f9cb7a23f81b11d.tar.gz
Merge branch 'master' into ui/form-consistency
Diffstat (limited to 'app/views/projects/tags')
-rw-r--r--app/views/projects/tags/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tags/index.html.haml b/app/views/projects/tags/index.html.haml
index 85d76eae3b5..760347de0a9 100644
--- a/app/views/projects/tags/index.html.haml
+++ b/app/views/projects/tags/index.html.haml
@@ -6,7 +6,7 @@
- if can? current_user, :push_code, @project
.pull-right
= link_to new_namespace_project_tag_path(@project.namespace, @project), class: 'btn btn-create new-tag-btn' do
- %i.fa.fa-add-sign
+ = icon('plus')
New tag
.oneline
Tags give the ability to mark specific points in history as being important