5a34735e6a
Fixed modal not displaying by replacing button_to with regular button element and adding proper Turbolinks event handling. Changes: - Replace button_to with <button> element for proper ID targeting - Add Turbolinks event listener (turbolinks:load) for navigation - Clone button to remove duplicate event listeners - Add error handling for fetch failures - Remove Bootstrap data attributes (using JS instead) The button_to helper creates a form which interfered with the JavaScript event listener and Bootstrap modal initialization. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>