@mmd-osm commented on this pull request.


> @@ -48,3 +48,25 @@
     <dd><%= t ".too_large.other.description" %></dd>
   </dl>
 <% end %>
+
+  <div class="modal fade" tabindex="-1" id="export_confirmation" 
aria-hidden="true">
+    <div class="modal-dialog modal-dialog-centered">
+      <div class="modal-content">
+        <div class="modal-header">
+          <h5 class="modal-title"><%= t ".confirmation.header" %></h5>
+          <button type="button" class="btn-close" data-bs-dismiss="modal" 
aria-label="Close"></button>
+        </div>
+        <div class="modal-body">
+          <p><%= t ".confirmation.body" %></p>
+        </div>
+        <div class="modal-footer">
+          <button type="button" class="btn btn-secondary" 
data-bs-dismiss="modal">

I've used resolve(false) instead now.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6411#discussion_r2383202299
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/pull/6411/review/3273446...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to