bugfix back button on page admin/project/new
This commit is contained in:
parent
930455f065
commit
459c9ba27d
1 changed files with 2 additions and 1 deletions
|
@ -2,4 +2,5 @@
|
||||||
|
|
||||||
= render 'form'
|
= render 'form'
|
||||||
|
|
||||||
= link_to 'Back', admin_projects_path
|
.actions
|
||||||
|
= link_to 'Back', admin_projects_path, :class => 'lbutton'
|
Loading…
Reference in a new issue