From e05ec67d32ec45a4b5a283e23dfc347fba1a30a8 Mon Sep 17 00:00:00 2001 From: Igor Fedoronchuk Date: Tue, 2 Jun 2026 13:55:25 +0200 Subject: [PATCH 1/3] Restore submit_tag for AA 3.x login button styling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The add-AA-v4-support change (commit 15e89a0) flipped both view branches from submit_tag inside form_tag to button_to. That works for the AA v4 branch (Tailwind classes do the styling), but on AA v3 the formtastic theme styles `#login input[type="submit"]` — a