Commit 5aecb772f52d191d9aaeb773a53942332ee91c96
1 parent
f8364133
Exists in
master
and in
29 other branches
Fixing small mistakes on person profile_editor partial
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/profile_editor/_person_form.rhtml
... | ... | @@ -21,7 +21,7 @@ |
21 | 21 | <%= optional_field(@person, 'city', f.text_field(:city, :rel => _('City'))) %> |
22 | 22 | <%= optional_field(@person, 'zip_code', labelled_form_field(_('ZIP code'), text_field(:profile_data, :zip_code, :rel => _('ZIP code')))) %> |
23 | 23 | <%= optional_field(@person, 'address', labelled_form_field(_('Address (street and number)'), text_field(:profile_data, :address, :rel => _('Address')))) %> |
24 | -<%= optional_field(profile, 'address_reference', labelled_form_field(_('Address reference'), text_field(object_name, :address_reference, :rel => _('Address reference')))) %> | |
24 | +<%= optional_field(@person, 'address_reference', labelled_form_field(_('Address reference'), text_field(:profile_data, :address_reference, :rel => _('Address reference')))) %> | |
25 | 25 | <%= optional_field(@person, 'district', labelled_form_field(_('District'), text_field(:profile_data, :district, :rel => _('District')))) %> |
26 | 26 | |
27 | 27 | <% optional_field(@person, 'schooling') do %> | ... | ... |