Commit 80b79e67954116f317cfb6616fbabeefcd21c0d2
Committed by
Rodrigo Souto
1 parent
3baeab92
Exists in
master
and in
28 other branches
Don't force view of location field
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/profile/_person_profile.rhtml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | </tr> |
5 | 5 | <%= display_field(_('Sex:'), profile, :sex) { |gender| { 'male' => _('Male'), 'female' => _('Female') }[gender] } %> |
6 | 6 | <%= display_field(_('Date of birth:'), profile, :birth_date) { |date| show_date(date) }%> |
7 | - <%= display_field(_('Location:'), profile, :location, true) %> | |
7 | + <%= display_field _('Location:'), profile, :location %> | |
8 | 8 | |
9 | 9 | <%= display_field(_('Type:'), profile, :privacy_setting, true) %> |
10 | 10 | ... | ... |