summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-08-09 21:13:10 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-08-09 21:13:10 +0000
commit936729e5be97d88fbc927ede20ec1d4cf5fe6daa (patch)
tree2574784a4382a5ff7eb687ee9bc00cd85ed37b63 /app
parent37013c6de09b13bcee478a1eaa2bd8fb42a35f66 (diff)
parent1799b4a1ac4d5f27e417982c06e8ed3d27ff39d1 (diff)
downloadgitlab-ce-936729e5be97d88fbc927ede20ec1d4cf5fe6daa.tar.gz
Merge branch 'group-icon-alignment' into 'master'
Align visibility icons on group page ## What does this MR do? Aligns visibility icons on group page ## Why was this MR needed? Because the icons looked like this: ![Screen_Shot_2016-07-25_at_3.03.31_PM](/uploads/94205a609f803a36a7ba678332564c48/Screen_Shot_2016-07-25_at_3.03.31_PM.png) Now it looks like this: ![Screen_Shot_2016-07-25_at_3.06.29_PM](/uploads/efbf40105d91d05c8cf81761aa27c618/Screen_Shot_2016-07-25_at_3.06.29_PM.png) See merge request !5482
Diffstat (limited to 'app')
-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 b8b66d08db8..92803838d02 100644
--- a/app/views/shared/projects/_project.html.haml
+++ b/app/views/shared/projects/_project.html.haml
@@ -24,7 +24,7 @@
= icon('star')
= project.star_count
%span.visibility-icon.has-tooltip{data: { container: 'body', placement: 'left' }, title: visibility_icon_description(project)}
- = visibility_level_icon(project.visibility_level, fw: false)
+ = visibility_level_icon(project.visibility_level, fw: true)
.title
= link_to project_path(project), class: dom_class(project) do