summaryrefslogtreecommitdiff
path: root/app/views/projects/forks/index.html.haml
diff options
context:
space:
mode:
authorRubén Dávila <rdavila84@gmail.com>2016-01-18 17:27:50 -0500
committerRubén Dávila <rdavila84@gmail.com>2016-01-20 00:17:21 -0500
commita091483b7a70f0f94bea09c8884741e636031c41 (patch)
tree687a0b37b2419de913242b876493b1fe52be8a69 /app/views/projects/forks/index.html.haml
parent91bd0bf99e0e25351c19bec28f9e5264a2fc469d (diff)
downloadgitlab-ce-a091483b7a70f0f94bea09c8884741e636031c41.tar.gz
Some fixes from last code review.
Diffstat (limited to 'app/views/projects/forks/index.html.haml')
-rw-r--r--app/views/projects/forks/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/forks/index.html.haml b/app/views/projects/forks/index.html.haml
index ae866dedfbd..a5ca641558e 100644
--- a/app/views/projects/forks/index.html.haml
+++ b/app/views/projects/forks/index.html.haml
@@ -30,7 +30,7 @@
= link_to page_filter_path(sort: sort_value_oldest_updated, without: excluded_filters) do
= sort_title_oldest_updated
- .fork_link.inline
+ .fork-link.inline
- if current_user.already_forked?(@project) && current_user.manageable_namespaces.size < 2
= link_to namespace_project_path(current_user, current_user.fork_of(@project)), title: 'Go to your fork', class: 'pull-right btn btn-new' do
= icon('code-fork fw')