Fixed admin area. Create project only from one place
This commit is contained in:
parent
2b683b0d0b
commit
552b3105fb
9 changed files with 42 additions and 101 deletions
|
@ -1,3 +1,3 @@
|
|||
%h3.page_title #{@admin_project.name} → Edit project
|
||||
%h3.page_title #{@project.name} → Edit project
|
||||
%hr
|
||||
= render 'form', project: @admin_project
|
||||
= render 'form', project: @project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue