summaryrefslogtreecommitdiff
path: root/app/views/layouts/nav/sidebar/_project.html.haml
diff options
context:
space:
mode:
authorsamdbeckham <sbeckham@gitlab.com>2018-07-10 11:16:40 +0100
committersamdbeckham <sbeckham@gitlab.com>2018-07-10 11:16:40 +0100
commit3f75ccc76d0b9e0c97406c38120cba62f6839696 (patch)
treee2e2c250785b2e1e3d7503e12e3fe2969b2bfc1c /app/views/layouts/nav/sidebar/_project.html.haml
parent2b4509c4a45d8c02d89fa48bb24e50c20e51b40c (diff)
downloadgitlab-ce-3f75ccc76d0b9e0c97406c38120cba62f6839696.tar.gz
Updates the icon names to match the new ones as outlined in #4756748567-the-comparison-list-for-the-modified-icons
Diffstat (limited to 'app/views/layouts/nav/sidebar/_project.html.haml')
-rw-r--r--app/views/layouts/nav/sidebar/_project.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/nav/sidebar/_project.html.haml b/app/views/layouts/nav/sidebar/_project.html.haml
index 00d75b3399b..e166816b39c 100644
--- a/app/views/layouts/nav/sidebar/_project.html.haml
+++ b/app/views/layouts/nav/sidebar/_project.html.haml
@@ -11,7 +11,7 @@
= nav_link(path: sidebar_projects_paths, html_options: { class: 'home' }) do
= link_to project_path(@project), class: 'shortcuts-project' do
.nav-icon-container
- = sprite_icon('project')
+ = sprite_icon('home')
%span.nav-item-name
= _('Project')
@@ -40,7 +40,7 @@
= nav_link(controller: sidebar_repository_paths) do
= link_to project_tree_path(@project), class: 'shortcuts-tree' do
.nav-icon-container
- = sprite_icon('doc_text')
+ = sprite_icon('doc-text')
%span.nav-item-name
= _('Repository')