summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-09 17:23:27 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-10 12:01:51 -0500
commitade0a4af8b85c16f6b36bee7216a3d29c4b4be0c (patch)
tree1505b85acec1085f7173a932cd5f14cec1fe6862 /app/views/layouts
parenta1fbdbb6b106bcf6a959eb8f9a2a89dec6a15c9c (diff)
downloadgitlab-ce-ade0a4af8b85c16f6b36bee7216a3d29c4b4be0c.tar.gz
Fix logo at all screen widths, update sidebar text
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_page.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/_page.html.haml b/app/views/layouts/_page.html.haml
index def874008f4..6030613c8cf 100644
--- a/app/views/layouts/_page.html.haml
+++ b/app/views/layouts/_page.html.haml
@@ -1,7 +1,7 @@
.page-with-sidebar.page-sidebar-collapsed{ class: "#{page_gutter_class}" }
.sidebar-wrapper.nicescroll{ class: nav_sidebar_class }
- = link_to root_path, class: 'gitlab-text-container-link', title: 'Dashboard', id: 'js-shortcuts-home' do
- .gitlab-text-container
+ .gitlab-text-container
+ = link_to root_path, class: 'gitlab-text-container-link', title: 'Dashboard', id: 'js-shortcuts-home' do
%h3 GitLab
- if defined?(sidebar) && sidebar