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.
15 lines
327 B
15 lines
327 B
%p#notice= notice
|
|
|
|
%p
|
|
%b Conference:
|
|
= @conference_registration.conference_id
|
|
%p
|
|
%b User:
|
|
= @conference_registration.user_id
|
|
%p
|
|
%b Is attending:
|
|
= @conference_registration.is_attending
|
|
|
|
= link_to 'Edit', edit_conference_registration_path(@conference_registration)
|
|
\|
|
|
= link_to 'Back', conference_registrations_path
|
|
|