From dffc16e9cc7bc7eb59ff590c7d7413ca930b7ebc Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 23 Feb 2008 12:49:29 +0000 Subject: [PATCH 1/1] Make the slippy map on the user page deper so that the whole of the pan/zoom bar is visible. Closes #705. --- app/views/user/view.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/user/view.rhtml b/app/views/user/view.rhtml index 4a7bd669c..3f74d0369 100644 --- a/app/views/user/view.rhtml +++ b/app/views/user/view.rhtml @@ -55,7 +55,7 @@ There are no users who admit to mapping nearby yet. <% else %> -
+
<%= render :partial => 'friend_map' %> <% @this_user.nearby.each do |nearby| %> -- 2.43.2