Merge pull request #309 from basecamp/flavorjones-fix-first-runs

Make sure first runs redirect will work
This commit is contained in:
Mike Dalessio
2025-03-19 12:38:26 -04:00
committed by GitHub
+1 -1
View File
@@ -3,7 +3,7 @@
<div class="panel shadow center margin-block-double <%= "shake" if flash[:alert] %>" style="--panel-size: 55ch;">
<h1 class="txt-xx-large margin-block-end-double">Fizzy</h1>
<%= form_with model: User.new, url: first_run_path, class: "flex flex-column gap txt-large" do |form| %>
<%= form_with model: User.new, url: first_run_path, class: "flex flex-column gap txt-large", data: { turbo: false } do |form| %>
<div class="flex align-center gap">
<%= translation_button :user_name %>
<label class="flex align-center gap input input--actor txt-large">