X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4557654ba63392f0db4aa5c002be692395eb8cee..0814b4096c443e2ab3c09baa058aa81a00d205d1:/app/views/site/export.html.erb
diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb
index c8d964a59..9ac03e70d 100644
--- a/app/views/site/export.html.erb
+++ b/app/views/site/export.html.erb
@@ -1,50 +1,56 @@
-
<%= t 'export.start_rjs.export' %>
+<% set_title(t('export.title')) %>
-<%= form_tag :controller => "export", :action => "finish" do %>
+
+
+ <%= t 'export.title' %>
+
+
+<%= form_tag({:controller => "export", :action => "finish"}, :class => "export_form") do %>
<%= hidden_field_tag 'format', 'osm' %>
-
-
-
-
<%= t'export.start.licence' %>
+
<%= t'export.start.licence' %>
+
<%= raw t 'export.start.export_details' %>
-
-
<%= raw t'export.start.export_details' %>
-
+
+
+ <%= t'export.start.too_large.body' %>
+
+
-
-
<%= t'export.start.too_large.heading' %>
+
-
-
+
<%= t'export.start.too_large.metro.title' %>
+
<%= t'export.start.too_large.metro.description' %>
-
- <%= submit_tag t('export.start.export_button'), :id => "export_commit" %>
-
+
<%= t'export.start.too_large.other.title' %>
+
<%= t'export.start.too_large.other.description' %>
+
<% end %>