diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-10-29 13:27:47 +0200 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2018-10-29 14:26:34 +0200 |
commit | 3f1778140e5b459d46b4d24b16a4b8af71394354 (patch) | |
tree | 9bfc047ef5e7cc062c867b277ae9f0e733201e60 /app/views/projects/empty.html.haml | |
parent | b868b02c626dc4f9986eb93e54cf593055121972 (diff) | |
download | gitlab-ce-3f1778140e5b459d46b4d24b16a4b8af71394354.tar.gz |
Fix quick links button styles
Diffstat (limited to 'app/views/projects/empty.html.haml')
-rw-r--r-- | app/views/projects/empty.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml index 75f35360e5e..936900a0087 100644 --- a/app/views/projects/empty.html.haml +++ b/app/views/projects/empty.html.haml @@ -36,7 +36,7 @@ .scrolling-tabs-container.inner-page-scroll-tabs.is-smaller .fade-left= icon('angle-left') .fade-right= icon('angle-right') - .nav-links.scrolling-tabs + .nav-links.scrolling-tabs.quick-links = render 'stat_anchor_list', anchors: @project.empty_repo_statistics_anchors = render 'stat_anchor_list', anchors: @project.empty_repo_statistics_buttons |