Commit e602c9b0b17b2442048aa5df81fbd057bd7ab12e

Authored by Austin Robertson
1 parent 25a723c3

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
... ...