From: Andy Allan Date: Fri, 10 Mar 2023 18:19:19 +0000 (+0000) Subject: Merge pull request #3966 from willemarcel/patch-2 X-Git-Tag: live~1847 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/e2d3aee2bd08a12cd43a6176c2cfaa4c4bf8c11e?hp=e2e79ba549a7c2f668ccb9b0fab7d6245cb826c5 Merge pull request #3966 from willemarcel/patch-2 Add space between form and Publish diary button --- diff --git a/app/views/diary_entries/_form.html.erb b/app/views/diary_entries/_form.html.erb index 7c6c12e6a..e07971089 100644 --- a/app/views/diary_entries/_form.html.erb +++ b/app/views/diary_entries/_form.html.erb @@ -7,7 +7,7 @@ <%= tag.div "", :id => "map", :class => "border border-grey rounded", :data => { :lat => @lat, :lon => @lon, :zoom => @zoom } %> -
+
<%= f.text_field :latitude, :wrapper_class => "col-sm-4", :id => "latitude" %> <%= f.text_field :longitude, :wrapper_class => "col-sm-4", :id => "longitude" %>