diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-25 15:15:44 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-25 15:15:44 -0500 |
commit | 1799b4a1ac4d5f27e417982c06e8ed3d27ff39d1 (patch) | |
tree | 62240b372de193c663081b60b8eda225feecdaeb | |
parent | 9fead2b8271c4f3bb6c04a596253f80b09de9caa (diff) | |
download | gitlab-ce-group-icon-alignment.tar.gz |
Align visibility icons on group pagegroup-icon-alignment
-rw-r--r-- | app/views/shared/projects/_project.html.haml | 2 |
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 |