diff --git a/app/views/search/_profile.rhtml b/app/views/search/_profile.rhtml index d72edc3..1b0940e 100644 --- a/app/views/search/_profile.rhtml +++ b/app/views/search/_profile.rhtml @@ -20,7 +20,6 @@ <%= _("City") %> <% if profile.region %> <%= city_with_state(profile.region) %> - <% else %> <% end %> <% if !profile.description.blank? %> @@ -29,10 +28,14 @@