summaryrefslogtreecommitdiff
path: root/app/views/shared
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-12-22 10:59:48 +0000
committerTim Zallmann <tzallmann@gitlab.com>2017-12-22 10:59:48 +0000
commitc88594446cbafc9917290cb778cdce6d7cd330a3 (patch)
tree94eb8925d705ffaa39ec32b65f7a0a6a03d30a20 /app/views/shared
parent692b2d7e57baf15829724165c2a58dca39db1376 (diff)
parent5bbc322bd383adccf997b945abe7f07759b70013 (diff)
downloadgitlab-ce-c88594446cbafc9917290cb778cdce6d7cd330a3.tar.gz
Merge branch 'jivl-general-icons-2' into 'master'
Replace the download, fork and resolve discussion in a new issue icons See merge request gitlab-org/gitlab-ce!15436
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/projects/_project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/projects/_project.html.haml b/app/views/shared/projects/_project.html.haml
index 003f5fa52eb..63aa4e29ec9 100644
--- a/app/views/shared/projects/_project.html.haml
+++ b/app/views/shared/projects/_project.html.haml
@@ -52,7 +52,7 @@
= render_project_pipeline_status(project.pipeline_status)
- if forks
%span.prepend-left-10
- = icon('code-fork')
+ = sprite_icon('fork')
= number_with_delimiter(project.forks_count)
- if stars
%span.prepend-left-10