Commit 317e8d12 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #4942 from aus/patch-2

Add link to project page from admin view
parents 574d8cc7 e602c9b0
......@@ -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