project admin area - show project name with namespace
This commit is contained in:
parent
ae282f6326
commit
1d857aae17
3 changed files with 14 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue