app/views/account/onboarding/user_details/edit.html.erb in bullet_train-1.2.20 vs app/views/account/onboarding/user_details/edit.html.erb in bullet_train-1.2.21

- old
+ new

@@ -1,9 +1,9 @@ <% @title = t('.header') %> -<%= render 'account/shared/workflow/box' do |p| %> - <% p.content_for :title, @title %> - <% p.content_for :body do %> +<%= render 'account/shared/workflow/box' do |box| %> + <% 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 %> <div class="grid grid-cols-1 gap-y gap-x sm:grid-cols-2">