X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c3b8897c44531788f06a51e24470e97a3abfb7b8..f898058e76459562e8d54c61458eba0fb1476f35:/app/views/export/start.html.erb diff --git a/app/views/export/start.html.erb b/app/views/export/start.html.erb index cdb16970f..deccd805d 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' %>
@@ -14,22 +13,6 @@ <%= t'export.start.manually_select' %>
-

<%= t'export.start.format_to_export' %>

- - -

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

@@ -46,37 +29,7 @@
-
-

<%= t'export.start.options' %>

- - -
- -
-

<%= t'export.start.options' %>

- -
- - <%= t'export.start.add_marker' %> -
- -

<%= t'export.start.output' %>

- -
- -

<%= t'export.start.paste_html' %>

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