|
|
@ -1,10 +1,7 @@ |
|
|
|
<% content_for :title, @confirmation ? I18n.t("user.create_password") : I18n.t("user.reset_password") %> |
|
|
|
<% content_for :title, @confirmation ? I18n.t("user.create_password") : I18n.t("user.reset_password") %> |
|
|
|
|
|
|
|
|
|
|
|
<% content_for :before_content do %> |
|
|
|
<% content_for :before_content do %> |
|
|
|
<%= govuk_back_link( |
|
|
|
<%= govuk_back_link(href: :back) %> |
|
|
|
text: "Back", |
|
|
|
|
|
|
|
href: :back, |
|
|
|
|
|
|
|
) %> |
|
|
|
|
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
|
|
<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| %> |
|
|
|
<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| %> |
|
|
|