X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c0b082990115797f3a697c216443829833c00b1c..fc2351557096588c3763b21544996f7d9c3dae53:/app/views/site/export.html.erb diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb index a1b905a71..4ac5ec4d9 100644 --- a/app/views/site/export.html.erb +++ b/app/views/site/export.html.erb @@ -9,13 +9,14 @@ <%= hidden_field_tag 'format', 'osm' %>
- <%= text_field_tag('maxlat', nil, :size => 10, :class => "export_bound") %> -
- <%= text_field_tag('minlon', nil, :size => 10, :class => "export_bound") %> - <%= text_field_tag('maxlon', nil, :size => 10, :class => "export_bound") %> -
- <%= text_field_tag('minlat', nil, :size => 10, :class => "export_bound") %> -
+
+ <%= text_field_tag('maxlat', nil, :size => 10, :class => "export_bound") %> +
+ <%= text_field_tag('minlon', nil, :size => 10, :class => "export_bound") %> + <%= text_field_tag('maxlon', nil, :size => 10, :class => "export_bound") %> +

+ <%= text_field_tag('minlat', nil, :size => 10, :class => "export_bound") %> +
<%= t'export.start.manually_select' %>