add link to forks pages in fork counter button
This commit is contained in:
parent
5a460c3796
commit
ff29d88dbe
2 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@
|
|||
margin-right: 12px;
|
||||
|
||||
a {
|
||||
margin: -1px !important;
|
||||
margin: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
= link_to new_namespace_project_fork_path(@project.namespace, @project), title: "Fork project", class: 'btn has-tooltip' do
|
||||
= icon('code-fork fw')
|
||||
Fork
|
||||
%div.count-with-arrow
|
||||
= link_to namespace_project_forks_path(@project.namespace, @project), class: 'count-with-arrow' do
|
||||
%span.arrow
|
||||
%span.count
|
||||
= @project.forks_count
|
||||
|
|
Loading…
Reference in a new issue