diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml index 72317bb..561d325 100644 --- a/app/views/admin/projects/show.html.haml +++ b/app/views/admin/projects/show.html.haml @@ -12,7 +12,8 @@ %ul.well-list %li %span.light Name: - %strong= @project.name + %strong + = link_to @project.name, project_path(@project) %li %span.light Namespace: %strong -- libgit2 0.21.2