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