Restore new view for admin/events
This commit is contained in:
parent
544407a389
commit
306b1f1d4d
1 changed files with 3 additions and 0 deletions
3
app/views/admin/events/new.html.haml
Normal file
3
app/views/admin/events/new.html.haml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
= form_for(@event, url: @url) do |f|
|
||||||
|
= render partial: 'proposals/form', locals: { f: f }
|
||||||
|
= render partial: 'shared/user_selectize'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue