From: Dan Karran Date: Wed, 5 Sep 2007 17:18:18 +0000 (+0000) Subject: Hiding new diary entry map by default to save some space, allowing people to expand... X-Git-Tag: live~8168 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/37317b8295506eccbae28bdd7b4b28b17e5ceb62?ds=inline Hiding new diary entry map by default to save some space, allowing people to expand it if desired. --- diff --git a/app/views/diary_entry/new.rhtml b/app/views/diary_entry/new.rhtml index 8daf769c4..69995d00e 100644 --- a/app/views/diary_entry/new.rhtml +++ b/app/views/diary_entry/new.rhtml @@ -8,12 +8,12 @@ Body - <%= f.text_area :body, :cols => 80, :rows => 10 %> + <%= f.text_area :body, :cols => 80 %> Location -

- Latitude: <%= f.text_field :latitude, :size => 20, :id => "latitude" %> Longitude <%= f.text_field :longitude, :size => 20, :id => "longitude" %> + + Latitude: <%= f.text_field :latitude, :size => 20, :id => "latitude" %> Longitude: <%= f.text_field :longitude, :size => 20, :id => "longitude" %> use map