X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/bc27347b8f8333b65962b8c00f76dc99a1095a8a..928465764e52407884b35e31a08bf9241e651269:/app/views/site/export.html.erb?ds=sidebyside
diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb
index 127a4767b..f1eed33cf 100644
--- a/app/views/site/export.html.erb
+++ b/app/views/site/export.html.erb
@@ -1,44 +1,53 @@
-
-
- <%= text_field_tag('maxlat', nil, :size => 10, :class => "export_bound") %>
-
- <%= text_field_tag('minlon', nil, :size => 10, :class => "export_bound") %>
- <%= text_field_tag('maxlon', nil, :size => 10, :class => "export_bound") %>
-
- <%= text_field_tag('minlat', nil, :size => 10, :class => "export_bound") %>
-
-
<%= t'export.start.manually_select' %>
+<% set_title(t(".title")) %>
+
+
+
+ <%= t ".title" %>
+
+
+<%= form_tag({ :controller => "export", :action => "finish" }, { :class => "export_form" }) do %>
+ <%= hidden_field_tag "format", "osm" %>
+
+
-
-
<%= t'export.start.licence' %><%= raw t'export.start.export_details' %>
-
-