changing admin disign for projects update
This commit is contained in:
parent
bc591f929d
commit
84fc40f198
2 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
%br
|
||||
= f.text_area :description
|
||||
.clear
|
||||
%hr
|
||||
.actions
|
||||
= f.submit 'Save', :class => "lbutton"
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%h2= @admin_project.name
|
||||
= render 'form'
|
||||
|
||||
= link_to 'Back', admin_projects_path, :class => "right lbutton"
|
||||
|
|
Loading…
Add table
Reference in a new issue