app/views/account/onboarding/user_details/edit.html.erb in bullet_train-1.2.27 vs app/views/account/onboarding/user_details/edit.html.erb in bullet_train-1.3.0

- old
+ new

@@ -4,9 +4,10 @@ <% box.title @title %> <% box.body do %> <% within_fields_namespace(:self) do %> <%= form_for @user, url: account_onboarding_user_detail_path(@user), method: :put, html: {class: 'form'} do |f| %> <%= render 'account/shared/forms/errors', form: f %> + <%= render 'account/shared/notices', form: f %> <div class="grid grid-cols-1 gap-y gap-x sm:grid-cols-2"> <div class="sm:col-span-1"> <%= render 'shared/fields/text_field', form: f, method: :first_name, options: {autofocus: true} %> </div>