X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e842c7be9774531cf2d95230b7d2fecc5b5f65d9..fbe478d10497141da47008102e36b4961fdd1261:/app/views/site/export.html.erb diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb index e612ff1af..a314cb151 100644 --- a/app/views/site/export.html.erb +++ b/app/views/site/export.html.erb @@ -6,7 +6,7 @@ <%= hidden_field_tag "format", "osm", :autocomplete => "off" %>
-
+
<%= text_field_tag("maxlat", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control mx-auto") %>
<%= text_field_tag("minlon", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control") %> @@ -18,7 +18,7 @@

<%= t ".licence" %>

-

<%= t ".export_details_html" %>

+

<%= t ".licence_details_html", :odbl_link => link_to(t(".odbl"), t(".odbl_url")) %>

@@ -27,7 +27,7 @@

-
+
<%= submit_tag t(".export_button"), :class => "btn btn-primary mx-auto" %>