@ -1,5 +1,8 @@
<% content_for :before_content do %>
<%= link_to 'Back', :back, class: "govuk-back-link" %>
<%= govuk_back_link(
text: 'Back',
href: :back,
) %>
<% end %>
<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %>
<%= form_for(resource, as: resource_name, url: user_registration_path(), html: { method: :patch }) do |f| %>
<%= link_to 'Back', 'javascript:history.back()', class: "govuk-back-link" %>
href: 'javascript:history.back()',
<%= turbo_frame_tag "case_log_form", target: "_top" do %>
<%= form_for(current_user, as: :user, url: account_update_path(), html: { method: :patch }) do |f| %>