summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-03-14 16:44:31 +0000
committerJacob Schatz <jschatz1@gmail.com>2016-03-14 16:44:31 +0000
commit961bc41c3809e2dba980a2089eac430818fa44c4 (patch)
tree82ec641f24c026e0f8a9f5b9893090e3aedb16a2
parentd324bf84340b58452181eeadb68c64d1888b3f9e (diff)
parent09d3cdfd9eed89023a6dc0244df7165a1b3dc52a (diff)
downloadgitlab-ce-961bc41c3809e2dba980a2089eac430818fa44c4.tar.gz
Merge branch 'updated-project-home-icon' into 'master'
Changed project home icon Closes #14196 ![Screen_Shot_2016-03-14_at_16.01.48](/uploads/0039c0c3afe0bf560368d2b910e2a93f/Screen_Shot_2016-03-14_at_16.01.48.png) See merge request !3207
-rw-r--r--app/views/layouts/nav/_project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/_project.html.haml b/app/views/layouts/nav/_project.html.haml
index 319974e12c5..0ae83ee01eb 100644
--- a/app/views/layouts/nav/_project.html.haml
+++ b/app/views/layouts/nav/_project.html.haml
@@ -16,7 +16,7 @@
= nav_link(path: 'projects#show', html_options: {class: 'home'}) do
= link_to project_path(@project), title: 'Project', class: 'shortcuts-project' do
- = icon('home fw')
+ = icon('bookmark fw')
%span
Project
= nav_link(path: 'projects#activity') do