Fixes rooms form

This commit is contained in:
Chrisbr 2014-04-28 19:58:49 +02:00
parent fc11653f27
commit c4fbf8d038
4 changed files with 7 additions and 8 deletions

View file

@ -0,0 +1,7 @@
.row
.col-md-3
= render 'admin/conference/sidebar'
.col-md-9
= semantic_form_for(@conference, :url => admin_conference_room_path(:conferecene_id => @conference.short_title, :id => @conference.rooms)) do |f|
= dynamic_association :rooms, "Rooms", f
= f.action :submit, :as => :button, :button_html => {:class => "btn btn-primary"}