Commit 317e8d12958b7176e47aba0ed5f87d7ec6f7186f

Authored by Dmitriy Zaporozhets
2 parents 574d8cc7 e602c9b0

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 12 %ul.well-list
13 13 %li
14 14 %span.light Name:
15   - %strong= @project.name
  15 + %strong
  16 + = link_to @project.name, project_path(@project)
16 17 %li
17 18 %span.light Namespace:
18 19 %strong
... ...