summaryrefslogtreecommitdiff
path: root/app/views/shared/projects/_project.html.haml
diff options
context:
space:
mode:
authorSimon Knox <simon@gitlab.com>2018-01-16 15:52:22 +0000
committerFatih Acet <acetfatih@gmail.com>2018-01-16 15:52:22 +0000
commit5d8b06d28f062977e765db85e8e34804178ef790 (patch)
tree5a560efe2c8ba3c2407c3e841f097ca3e41038a8 /app/views/shared/projects/_project.html.haml
parent0f449ecc3797337333f595a86a6b282b866067e3 (diff)
downloadgitlab-ce-5d8b06d28f062977e765db85e8e34804178ef790.tar.gz
Resolve "Icons on forks page are to big"
Diffstat (limited to 'app/views/shared/projects/_project.html.haml')
-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 63aa4e29ec9..2a75b46d376 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
- = sprite_icon('fork')
+ = sprite_icon('fork', size: 12)
= number_with_delimiter(project.forks_count)
- if stars
%span.prepend-left-10