|
|
|
- page_style :form
|
|
|
|
|
|
|
|
= tabs!
|
|
|
|
.row
|
|
|
|
= form_for @conference do |f|
|
|
|
|
.columns.medium-4
|
|
|
|
%h2=_'conference.hosts.help.title', :t
|
|
|
|
%p=_'conference.hosts.help', :p
|
|
|
|
.columns.medium-8
|
|
|
|
.clearfix
|
|
|
|
= f.fields_for :conference_host_organizations, :include_id => true do |u|
|
|
|
|
= u.organization_select_field :id, @conference.organizations[u.index] #, attrs: @conference
|
|
|
|
= f.actions :save
|