X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/254aaaf5fb2135a9f3f1b343331b4d5b3d94fe74..1ae7872ed89612353cba641a6b77e86f963789d7:/app/views/site/export.html.erb diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb index 127a4767b..168f7d439 100644 --- a/app/views/site/export.html.erb +++ b/app/views/site/export.html.erb @@ -1,4 +1,8 @@ -

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

+<% set_title(t('export.title')) %> +

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

<%= form_tag :controller => "export", :action => "finish" do %> <%= hidden_field_tag 'format', 'osm' %> @@ -18,7 +22,7 @@

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

-
+

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

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