From 5a34735e6abe872f9707980e95cf53f59b4ef874 Mon Sep 17 00:00:00 2001 From: Ken Johnson Date: Sun, 7 Dec 2025 01:28:50 -0500 Subject: [PATCH] Fix Demo Credentials modal not opening MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed modal not displaying by replacing button_to with regular button element and adding proper Turbolinks event handling. Changes: - Replace button_to with <%= button_to "https://github.com/OWASP/railsgoat/wiki", { method: "get", @@ -135,10 +130,14 @@ <% end %>