Commit e602c9b0 authored by Austin Robertson's avatar Austin Robertson

Add link to project page from admin view

parent 25a723c3
......@@ -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
......
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