X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2b4f8e92c969a5508b73ae7af45811a118fda6b1..85b17a1f2a69784fc85fb0101fd339cdcfdad105:/app/views/site/export.html.erb
diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb
index a1b905a71..bb66c665a 100644
--- a/app/views/site/export.html.erb
+++ b/app/views/site/export.html.erb
@@ -1,46 +1,50 @@
-<% set_title(t('export.title')) %>
+<% set_title(t(".title")) %>
-
-
- <%= t 'export.title' %>
-
+<%= render "sidebar_header", :title => t(".title") %>
-<%= form_tag({:controller => "export", :action => "finish"}, :class => "export_form") do %>
- <%= hidden_field_tag 'format', 'osm' %>
+<%= form_tag({ :controller => "export", :action => "finish" }, { :class => "export_form" }) do %>
+ <%= hidden_field_tag "format", "osm", :autocomplete => "off" %>
- <%= t'export.start.licence' %>
- <%= raw t 'export.start.export_details' %>
+ <%= t ".licence" %>
+ <%= t ".licence_details_html", :odbl_link => link_to(t(".odbl"), t(".odbl_url")) %>
- <%= t'export.start.too_large.geofabrik.title' %>
- <%= t'export.start.too_large.geofabrik.description' %>
+
+
+ <%= submit_tag t(".export_button"), :class => "btn btn-primary mx-auto" %>
+
+
- <%= t'export.start.too_large.metro.title' %>
- <%= t'export.start.too_large.metro.description' %>
+ <%= t ".too_large.advice" %>
- <%= t'export.start.too_large.other.title' %>
- <%= t'export.start.too_large.other.description' %>
-
-
+
+ - <%= t ".too_large.overpass.title" %>
+ - <%= t ".too_large.overpass.description" %>
-
- <%= submit_tag t('export.start.export_button'), :id => "export_commit" %>
-
+ - <%= t ".too_large.planet.title" %>
+ - <%= t ".too_large.planet.description" %>
+
+ - <%= t ".too_large.geofabrik.title" %>
+ - <%= t ".too_large.geofabrik.description" %>
+
+ - <%= t ".too_large.other.title" %>
+ - <%= t ".too_large.other.description" %>
+
<% end %>