project admin area - show project name with namespace

This commit is contained in:
Dmitriy Zaporozhets 2012-11-25 18:52:12 +02:00
parent ae282f6326
commit 1d857aae17
3 changed files with 14 additions and 7 deletions

View file

@ -1,6 +1,6 @@
= render 'admin/shared/projects_head'
%h3.page_title
Project: #{@project.name}
Project: #{@project.name_with_namespace}
= link_to edit_admin_project_path(@project), class: "btn right" do
%i.icon-edit
Edit