You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
390 B
13 lines
390 B
- 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
|
|
|