X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d3700e6201b4b78a70bbb2941572edc985b63c2c..601d28d4b4ccd33ee6893fa2a73e41d57ca02b23:/app/views/site/export.html.erb
diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb
index f11ad8d79..934b56a02 100644
--- a/app/views/site/export.html.erb
+++ b/app/views/site/export.html.erb
@@ -1,53 +1,50 @@
-<% set_title(t('.title')) %>
+<% set_title(t(".title")) %>
-
-
- <%= t '.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 standard-form" }) do %>
+ <%= hidden_field_tag "format", "osm" %>
- <%= t '.licence' %>
- <%= raw t '.export_details' %>
+ <%= t ".licence" %>
+ <%= t ".export_details_html" %>
-
- <%= t '.too_large.body' %>
+
+ <%= t ".too_large.body" %>
- <%= submit_tag t('.export_button') %>
+ <%= submit_tag t(".export_button") %>
-
<%= t '.too_large.advice' %>
+
<%= t ".too_large.advice" %>
- - <%= t '.too_large.overpass.title' %>
- - <%= t '.too_large.overpass.description' %>
+ - <%= t ".too_large.overpass.title" %>
+ - <%= t ".too_large.overpass.description" %>
- - <%= t '.too_large.planet.title' %>
- - <%= t '.too_large.planet.description' %>
+ - <%= t ".too_large.planet.title" %>
+ - <%= t ".too_large.planet.description" %>
- - <%= t '.too_large.geofabrik.title' %>
- - <%= t '.too_large.geofabrik.description' %>
+ - <%= t ".too_large.geofabrik.title" %>
+ - <%= t ".too_large.geofabrik.description" %>
- - <%= t '.too_large.other.title' %>
- - <%= t '.too_large.other.description' %>
+ - <%= t ".too_large.other.title" %>
+ - <%= t ".too_large.other.description" %>
<% end %>