X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dcf56d9376680f924b080ad46ac547e3b7fb7324..8f3e6ca6d740bce3aab2c2c8056f32a52a9a476c:/app/views/site/export.html.erb diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb index a1ccdbf88..94a9a295d 100644 --- a/app/views/site/export.html.erb +++ b/app/views/site/export.html.erb @@ -1,8 +1,6 @@ -
-

<%= t 'export.start_rjs.export' %> - -

-
+

<%= t 'export.start_rjs.export' %> + +

<%= form_tag :controller => "export", :action => "finish" do %> <%= hidden_field_tag 'format', 'osm' %> @@ -22,7 +20,7 @@

<%= t'export.start.licence' %><%= raw t'export.start.export_details' %>

-
+

<%= t'export.start.too_large.heading' %><%= t'export.start.too_large.body' %>

@@ -42,7 +40,7 @@
-
+
<%= submit_tag t('export.start.export_button'), :id => "export_commit" %>
<% end %>