diff options
-rw-r--r-- | app/views/dashboard/_projects.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/_projects.html.haml b/app/views/dashboard/_projects.html.haml index 252dbf78882..0596738342f 100644 --- a/app/views/dashboard/_projects.html.haml +++ b/app/views/dashboard/_projects.html.haml @@ -20,6 +20,6 @@ %span.light #{@projects_limit} of #{pluralize(@projects_count, 'project')} displayed. .pull-right - = link_to namespace_projects_dashboard_path do + = link_to projects_dashboard_path do Show all %i.fa.fa-angle-right |