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
429 B
16 lines
429 B
11 years ago
|
%p#notice= notice
|
||
|
|
||
|
%p
|
||
|
%b Conference registration:
|
||
|
= @conference_registration_response.conference_registration_id
|
||
|
%p
|
||
|
%b Registration form field:
|
||
|
= @conference_registration_response.registration_form_field_id
|
||
|
%p
|
||
|
%b Data:
|
||
|
= @conference_registration_response.data
|
||
|
|
||
|
= link_to 'Edit', edit_conference_registration_response_path(@conference_registration_response)
|
||
|
\|
|
||
|
= link_to 'Back', conference_registration_responses_path
|