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.
10 lines
522 B
10 lines
522 B
- add_inline_script :housing
|
|
= form_tag administration_update_path(@this_conference.slug, :housing), id: 'housing-table-form' do
|
|
#housing-table= render partial: 'conferences/admin/hosts_table'
|
|
#guest-selector
|
|
= form_tag administration_update_path(@this_conference.slug, :housing), class: 'guest-dlg', id: 'guest-list-table' do
|
|
%h3 Select a Guest
|
|
#table
|
|
.actions
|
|
= link_to (_'links.download.Excel'), administration_step_path(@this_conference.slug, :housing, :format => :xlsx), class: [:button, :download]
|
|
|
|
|