From 80b79e67954116f317cfb6616fbabeefcd21c0d2 Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Mon, 25 Nov 2013 11:40:24 -0300 Subject: [PATCH] Don't force view of location field --- app/views/profile/_person_profile.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profile/_person_profile.rhtml b/app/views/profile/_person_profile.rhtml index d739011..1318d82 100644 --- a/app/views/profile/_person_profile.rhtml +++ b/app/views/profile/_person_profile.rhtml @@ -4,7 +4,7 @@ <%= display_field(_('Sex:'), profile, :sex) { |gender| { 'male' => _('Male'), 'female' => _('Female') }[gender] } %> <%= display_field(_('Date of birth:'), profile, :birth_date) { |date| show_date(date) }%> - <%= display_field(_('Location:'), profile, :location, true) %> + <%= display_field _('Location:'), profile, :location %> <%= display_field(_('Type:'), profile, :privacy_setting, true) %> -- libgit2 0.21.2