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.
16 lines
359 B
16 lines
359 B
11 years ago
|
%p#notice= notice
|
||
|
|
||
|
%p
|
||
|
%b Conference:
|
||
|
= @conference_host_organization.conference_id
|
||
|
%p
|
||
|
%b Organization:
|
||
|
= @conference_host_organization.organization_id
|
||
|
%p
|
||
|
%b Order:
|
||
|
= @conference_host_organization.order
|
||
|
|
||
|
= link_to 'Edit', edit_conference_host_organization_path(@conference_host_organization)
|
||
|
\|
|
||
|
= link_to 'Back', conference_host_organizations_path
|