From: Tom Hughes Date: Sat, 23 Feb 2008 12:52:57 +0000 (+0000) Subject: Make maps deeper to allow the pan/zoom bar visible. X-Git-Tag: live~7871 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/331cf6b06815d3f4aa7eba426249356727931071?ds=sidebyside Make maps deeper to allow the pan/zoom bar visible. --- 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' %>