summaryrefslogtreecommitdiff
path: root/app/views/projects/_home_panel.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-12 17:48:40 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-12 17:48:40 -0500
commit7d00cc9c409bf9c04d7a2f6f1b69bcf6efa9c10c (patch)
tree0535c6aae62bda0715f2617a42e59b4d31ae9a7d /app/views/projects/_home_panel.html.haml
parentb4d87b8eaa3f5fec344c802fe964bac22827da3c (diff)
downloadgitlab-ce-7d00cc9c409bf9c04d7a2f6f1b69bcf6efa9c10c.tar.gz
[skip ci] Fix alignment for project stats
Diffstat (limited to 'app/views/projects/_home_panel.html.haml')
-rw-r--r--app/views/projects/_home_panel.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml
index 7651c776dca..075badb9e56 100644
--- a/app/views/projects/_home_panel.html.haml
+++ b/app/views/projects/_home_panel.html.haml
@@ -37,7 +37,7 @@
= render 'projects/buttons/star'
= render 'projects/buttons/fork'
- %span.d-none.d-sm-block
+ %span.d-none.d-sm-inline
- if can?(current_user, :download_code, @project)
.project-clone-holder
= render "shared/clone_panel"