X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/76bc5eba0617e36ebb853d24212543d0e1d4904d..f0ee117cffb37d36cc2fc0be198832358a451025:/app/views/site/export.html.erb
diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb
index f11ad8d79..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 %>