X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/30ab1e91da6710159285f354c24529bdeeb7fb64..1ae7872ed89612353cba641a6b77e86f963789d7:/app/views/site/export.html.erb diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb index ed94aff02..168f7d439 100644 --- a/app/views/site/export.html.erb +++ b/app/views/site/export.html.erb @@ -1,5 +1,7 @@ -

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

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

<%= form_tag :controller => "export", :action => "finish" do %> @@ -20,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' %>

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