Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-24 16:24:45 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-24 16:24:45 +0400
commit2937f35f9afa51286f563c1a24940ee23a2d7d1b (patch)
treecf344fbb30ae99ab519a7fda0489cfe826f5b036 /app/views/layouts
parentd80d4cd92bd3f2bd77b19d44d773e97e981282fb (diff)
Replace Wire font with Yanone. Show only icon as link to dashboard
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_head_panel.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/_head_panel.html.haml b/app/views/layouts/_head_panel.html.haml
index 8fbec43f4a1..6d7b758f976 100644
--- a/app/views/layouts/_head_panel.html.haml
+++ b/app/views/layouts/_head_panel.html.haml
@@ -2,9 +2,9 @@
.navbar-inner
.container
%div.app_logo
- = link_to root_path, class: "home", title: "Home" do
+ = link_to root_path, class: "home has_bottom_tooltip", title: "Dashboard" do
%h1 GITLAB
- %span.separator
+ %span.separator
%h1.project_name= title
%ul.nav
- if current_user.is_admin?