]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/export.html.erb
Bump eslint from 8.37.0 to 8.38.0
[rails.git] / app / views / site / export.html.erb
index b3a3bd0e9596ece4dc5ff3336d340ddf255b1662..a314cb151416c836a7bfa6e5d79f1c889f6906ce 100644 (file)
@@ -18,7 +18,7 @@
   </div>
 
   <h4><%= t ".licence" %></h4>
-  <p><%= t ".export_details_html" %></p>
+  <p><%= t ".licence_details_html", :odbl_link => link_to(t(".odbl"), t(".odbl_url")) %></p>
 
   <div id="export_osm_too_large">
     <p class="alert alert-warning">
@@ -27,7 +27,7 @@
   </div>
 
   <div id="export_commit">
-    <div class="form-group d-flex">
+    <div class="mb-3 d-flex">
       <%= submit_tag t(".export_button"), :class => "btn btn-primary mx-auto" %>
     </div>
   </div>