diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-14 16:03:17 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-03-14 16:03:17 +0000 |
commit | 09d3cdfd9eed89023a6dc0244df7165a1b3dc52a (patch) | |
tree | 0745c07349e7b9a5557e57f8dc17c8d98ed2f478 /app/views | |
parent | 9c3643046b40e66a7754aabe2513ccdee292a4ef (diff) | |
download | gitlab-ce-09d3cdfd9eed89023a6dc0244df7165a1b3dc52a.tar.gz |
Changed project home icon
Closes #14196
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/nav/_project.html.haml | 2 |
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 |