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.
12 lines
228 B
12 lines
228 B
%p#notice= notice
|
|
|
|
%p
|
|
%b Conference:
|
|
= @conference_admin.conference_id
|
|
%p
|
|
%b User:
|
|
= @conference_admin.user_id
|
|
|
|
= link_to 'Edit', edit_conference_admin_path(@conference_admin)
|
|
\|
|
|
= link_to 'Back', conference_admins_path
|
|
|