X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c82fdf8e0fd4e5a8f2d831592d5e1fe13e1fe558..6ed8624851877a01b9861ffc6d94aa99425715c6:/app/views/site/export.html.erb
diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb
index 84e3b1736..f1eed33cf 100644
--- a/app/views/site/export.html.erb
+++ b/app/views/site/export.html.erb
@@ -1,53 +1,53 @@
-<% set_title(t('.title')) %>
+<% set_title(t(".title")) %>
- <%= t '.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" %>
- <%= 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 %>