Skip to content
Snippets Groups Projects
Commit 55707f95 authored by Rubén Dávila's avatar Rubén Dávila
Browse files

Use adequate icon for Forks link on sidebar. #2406

parent 3b75d65b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment