summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2019-02-28 14:55:23 +0530
committerKushal Pandya <kushalspandya@gmail.com>2019-02-28 14:55:23 +0530
commit79015d81b6265efc2271987536afbdc2f5b0bf49 (patch)
tree08cb4501209667d14e4be10be0e76b5994f57a3b
parentd901bfefcff168a5d4a6c76780731dc7130f12e5 (diff)
downloadgitlab-ce-79015d81b6265efc2271987536afbdc2f5b0bf49.tar.gz
Use `folder-open` from sprite icons for Browse Files button
-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 feeaf799f51..8ee1407d9d9 100644
--- a/app/views/projects/tags/show.html.haml
+++ b/app/views/projects/tags/show.html.haml
@@ -23,7 +23,7 @@
= link_to edit_project_tag_release_path(@project, @tag.name), class: 'btn btn-edit controls-item has-tooltip', title: s_('TagsPage|Edit release notes') do
= icon("pencil")
= link_to project_tree_path(@project, @tag.name), class: 'btn controls-item has-tooltip', title: s_('TagsPage|Browse files') do
- = icon('files-o')
+ = sprite_icon('folder-open')
= link_to project_commits_path(@project, @tag.name), class: 'btn controls-item has-tooltip', title: s_('TagsPage|Browse commits') do
= icon('history')
.btn-container.controls-item