Fixed admin area. Create project only from one place

This commit is contained in:
Dmitriy Zaporozhets 2012-11-23 07:31:09 +03:00
parent 2b683b0d0b
commit 552b3105fb
9 changed files with 42 additions and 101 deletions

View file

@ -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