Fixes supporter level form
This commit is contained in:
parent
e432b71fb7
commit
4b401c4cea
2 changed files with 2 additions and 3 deletions
8
app/views/admin/supporter_levels/index.html.haml
Normal file
8
app/views/admin/supporter_levels/index.html.haml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.row
|
||||
.col-md-3
|
||||
= render 'admin/conference/sidebar'
|
||||
.col-md-9
|
||||
= semantic_form_for(@conference, :url => admin_conference_supporter_level_path(@conference.short_title, @conference.supporter_levels)) do |f|
|
||||
= f.input :use_supporter_levels, :label => false
|
||||
= dynamic_association :supporter_levels, "Supporter Levels", f
|
||||
= f.action :submit, :as => :button, :button_html => {:class => "btn btn-primary"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue