X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6adcce4e5d75fa21dea85742fa36ee3b97247b01..a01195f1497b4f4c6b7d019c7affc794d41101cd:/app/views/site/export.html.erb?ds=inline diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb index 0b0e99182..150541f00 100644 --- a/app/views/site/export.html.erb +++ b/app/views/site/export.html.erb @@ -3,10 +3,11 @@ <% end %> <% content_for :sidebar do %> +

<%= t 'export.start_rjs.export' %>

<%= form_tag :controller => "export", :action => "finish" do %> <%= hidden_field_tag 'format', 'osm' %> -
+
<%= text_field_tag('maxlat', nil, :size => 10, :class => "export_bound") %>
@@ -21,14 +22,14 @@

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

-
+

<%= raw t'export.start.export_details' %>

<%= t'export.start.too_large.heading' %>

-
+

<%= t'export.start.too_large.body' %>

<%= t'export.start.too_large.planet.title' %>
@@ -47,7 +48,7 @@
-
+
<%= submit_tag t('export.start.export_button'), :id => "export_commit" %>
<% end %>