diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-21 10:08:00 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-03-21 10:08:00 +0000 |
commit | debc882cad5d42412ad1ee72e50a4a20c8dd4414 (patch) | |
tree | b117b964854b85cafc32f1501b1782ec2c658d0f /app | |
parent | 310f9fcd7bb67189e30c147affdd355f93e4b4c2 (diff) | |
download | gitlab-ce-debc882cad5d42412ad1ee72e50a4a20c8dd4414.tar.gz |
Updated other views with new project iconproject-icon
Diffstat (limited to 'app')
-rw-r--r-- | app/views/layouts/nav/_dashboard.html.haml | 2 | ||||
-rw-r--r-- | app/views/layouts/nav/_explore.html.haml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/nav/_dashboard.html.haml b/app/views/layouts/nav/_dashboard.html.haml index db0cf393922..4a0069f18f8 100644 --- a/app/views/layouts/nav/_dashboard.html.haml +++ b/app/views/layouts/nav/_dashboard.html.haml @@ -1,7 +1,7 @@ %ul.nav.nav-sidebar = nav_link(path: ['root#index', 'projects#trending', 'projects#starred', 'dashboard/projects#index'], html_options: {class: 'home'}) do = link_to dashboard_projects_path, title: 'Projects' do - = icon('home fw') + = icon('bookmark fw') %span Projects = nav_link(controller: :todos) do diff --git a/app/views/layouts/nav/_explore.html.haml b/app/views/layouts/nav/_explore.html.haml index 48039ca2918..f08c5edf99c 100644 --- a/app/views/layouts/nav/_explore.html.haml +++ b/app/views/layouts/nav/_explore.html.haml @@ -1,7 +1,7 @@ %ul.nav.nav-sidebar = nav_link(path: ['dashboard#show', 'root#show', 'projects#trending', 'projects#starred', 'projects#index'], html_options: {class: 'home'}) do = link_to explore_root_path, title: 'Projects' do - = icon('home fw') + = icon('bookmark fw') %span Projects = nav_link(controller: :groups) do |