X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c3b8897c44531788f06a51e24470e97a3abfb7b8..1a51f2187127f7376e2118b5a4ced49123b0504a:/app/views/export/start.html.erb
diff --git a/app/views/export/start.html.erb b/app/views/export/start.html.erb
index cdb16970f..0bc1ac5bb 100644
--- a/app/views/export/start.html.erb
+++ b/app/views/export/start.html.erb
@@ -1,6 +1,5 @@
-<%= form_tag :action => "finish" do %>
-
-
<%= t'export.start.area_to_export' %>
+<%= form_tag :controller => "export", :action => "finish" do %>
+ <%= hidden_field_tag 'format', 'osm' %>
-
<%= t'export.start.format_to_export' %>
-
-
- -
- <%= radio_button_tag("format", "osm") %>
-
-
- -
- <%= radio_button_tag("format", "mapnik") %>
-
-
- -
- <%= radio_button_tag("format", "html") %>
-
-
-
<%= t'export.start.licence' %>
@@ -42,41 +25,24 @@
<%= t'export.start.too_large.body' %>
-
-
-
+
+ - <%= t'export.start.too_large.planet.title' %>
+ - <%= t'export.start.too_large.planet.description' %>
-
-
<%= t'export.start.options' %>
-
-
-
+ - <%= t'export.start.too_large.geofabrik.title' %>
+ - <%= t'export.start.too_large.geofabrik.description' %>
-
<%= submit_tag t('export.start.export_button'), :id => "export_commit" %>
-
<% end %>