]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/redactions/show.html.erb
Replace 'remove this redaction' confirmation and request with Turbo
[rails.git] / app / views / redactions / show.html.erb
index 5b9749a5113b7f2c3caa686b98c84b7b3103c75a..fe073d123752ffbfeadf6e6fb23c6699d54a78ec 100644 (file)
@@ -18,7 +18,7 @@
     <%= link_to t(".edit"), edit_redaction_path(@redaction), :class => "btn btn-outline-primary" %>
   <% end %>
   <% if can?(:destroy, Redaction) %>
-    <%= link_to t(".destroy"), @redaction, :method => "delete", :class => "btn btn-outline-danger", :remote => true, :data => { :confirm => t(".confirm") } %>
+    <%= link_to t(".destroy"), @redaction, :class => "btn btn-outline-danger", :data => { :turbo => true, :turbo_method => "DELETE", :turbo_confirm => t(".confirm") } %>
   <% end %>
 </div>
 <% end %>