X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/254aaaf5fb2135a9f3f1b343331b4d5b3d94fe74..6294e9ae59d553278e733d0923e06160b3ae51c2:/app/views/site/export.html.erb
diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb
index 127a4767b..94a9a295d 100644
--- a/app/views/site/export.html.erb
+++ b/app/views/site/export.html.erb
@@ -1,4 +1,6 @@
-
<%= t 'export.start_rjs.export' %>
+<%= t 'export.start_rjs.export' %>
+
+
<%= form_tag :controller => "export", :action => "finish" do %>
<%= hidden_field_tag 'format', 'osm' %>
@@ -18,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' %>
@@ -38,7 +40,7 @@
-
+
<%= submit_tag t('export.start.export_button'), :id => "export_commit" %>
<% end %>