|
|
@ -6,11 +6,11 @@ |
|
|
|
<%= content_for(:title) %> |
|
|
|
<%= content_for(:title) %> |
|
|
|
</h1> |
|
|
|
</h1> |
|
|
|
<%= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %> |
|
|
|
<%= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %> |
|
|
|
|
|
|
|
<p class="govuk-body">For security reasons, your link expired - get another one using the button below (valid for 24 hours).</p> |
|
|
|
<p class="govuk-body">For security reasons, your join link expired - get another one using the button below (valid for 3 hours).</p> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%= f.hidden_field :email, value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) %> |
|
|
|
<%= f.hidden_field :email, value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) %> |
|
|
|
<%= f.govuk_submit "Get a new join link" %> |
|
|
|
|
|
|
|
|
|
|
|
<%= f.govuk_submit "Get a new link" %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|