Commit 317e8d12958b7176e47aba0ed5f87d7ec6f7186f
Exists in
master
and in
4 other branches
Merge pull request #4942 from aus/patch-2
Add link to project page from admin view
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
app/views/admin/projects/show.html.haml
@@ -12,7 +12,8 @@ | @@ -12,7 +12,8 @@ | ||
12 | %ul.well-list | 12 | %ul.well-list |
13 | %li | 13 | %li |
14 | %span.light Name: | 14 | %span.light Name: |
15 | - %strong= @project.name | 15 | + %strong |
16 | + = link_to @project.name, project_path(@project) | ||
16 | %li | 17 | %li |
17 | %span.light Namespace: | 18 | %span.light Namespace: |
18 | %strong | 19 | %strong |