Replace Wire font with Yanone. Show only icon as link to dashboard

This commit is contained in:
Dmitriy Zaporozhets 2012-12-24 14:24:45 +02:00
parent d80d4cd92b
commit 2937f35f9a
6 changed files with 11 additions and 12 deletions

View file

@ -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?