Commit 55707f95 authored by Rubén Dávila's avatar Rubén Dávila

Use adequate icon for Forks link on sidebar. #2406

parent 3b75d65b
......@@ -101,7 +101,7 @@
- if project_nav_tab? :forks
= nav_link(controller: :forks, action: :index) do
= link_to namespace_project_forks_path(@project.namespace, @project), title: 'Forks', class: 'shortcuts-wiki' do
= icon('book fw')
= icon('code-fork fw')
%span
Forks
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment