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.
25 lines
477 B
25 lines
477 B
11 years ago
|
%p#notice= notice
|
||
|
|
||
|
%p
|
||
|
%b Title:
|
||
|
= @registration_form_field.title
|
||
|
%p
|
||
|
%b Help:
|
||
|
= @registration_form_field.help
|
||
|
%p
|
||
|
%b Required:
|
||
|
= @registration_form_field.required
|
||
|
%p
|
||
|
%b Field type:
|
||
|
= @registration_form_field.field_type
|
||
|
%p
|
||
|
%b Options:
|
||
|
= @registration_form_field.options
|
||
|
%p
|
||
|
%b Is retired:
|
||
|
= @registration_form_field.is_retired
|
||
|
|
||
|
= link_to 'Edit', edit_registration_form_field_path(@registration_form_field)
|
||
|
\|
|
||
|
= link_to 'Back', registration_form_fields_path
|