79309049

Date: 2024-12-26 08:45:25
Score: 0.5
Natty:
Report link

This uses standard HTML/JavaScript confirmation and works with Turbo disabled.

   <%= form_with(url: cancel_mergeables_path, 
                  data: { turbo: false }, 
                  html: { onsubmit: "return confirm('#{t('mergeable.cancel_confirm')}')" }) do |form| %>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Developer Nilesh