From 331cf6b06815d3f4aa7eba426249356727931071 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 23 Feb 2008 12:52:57 +0000 Subject: [PATCH] Make maps deeper to allow the pan/zoom bar visible. --- app/views/diary_entry/new.rhtml | 2 +- app/views/user/account.rhtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/diary_entry/new.rhtml b/app/views/diary_entry/new.rhtml index 7ee1eeaed..9f86c2ab4 100644 --- a/app/views/diary_entry/new.rhtml +++ b/app/views/diary_entry/new.rhtml @@ -12,7 +12,7 @@ Location - + Latitude: <%= f.text_field :latitude, :size => 20, :id => "latitude" %> Longitude: <%= f.text_field :longitude, :size => 20, :id => "longitude" %> use map diff --git a/app/views/user/account.rhtml b/app/views/user/account.rhtml index 207043ba3..76b4fbb34 100644 --- a/app/views/user/account.rhtml +++ b/app/views/user/account.rhtml @@ -14,7 +14,7 @@

Update home location when I click on the map? checked="checked" <% end %> id="updatehome" />

-
+
<%= submit_tag 'Save Changes' %> -- 2.39.5