summaryrefslogtreecommitdiff
path: root/app/views/projects/_tile.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/_tile.html.haml')
-rw-r--r--app/views/projects/_tile.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_tile.html.haml b/app/views/projects/_tile.html.haml
index 8d0ad21f269..d9549045058 100644
--- a/app/views/projects/_tile.html.haml
+++ b/app/views/projects/_tile.html.haml
@@ -2,7 +2,7 @@
- projects.each_with_index do |project, i|
%div.grid_1.projects_selector
%div{ :class => "project-box ui-box ui-box-big" }
- = link_to activities_project_path(project) do
+ = link_to project_path(project) do
%h3= truncate(project.name, :length => 20)
.data
%p.title.repository.git_url_wrapper