Commit e602c9b0 authored by Austin Robertson's avatar Austin Robertson

Add link to project page from admin view

parent 25a723c3
...@@ -12,7 +12,8 @@ ...@@ -12,7 +12,8 @@
%ul.well-list %ul.well-list
%li %li
%span.light Name: %span.light Name:
%strong= @project.name %strong
= link_to @project.name, project_path(@project)
%li %li
%span.light Namespace: %span.light Namespace:
%strong %strong
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment