Browse Source

Update link to resend confirmation email

pull/580/head
Paul Robert Lloyd 3 years ago committed by baarkerlounger
parent
commit
d2e5604de6
  1. 2
      app/views/devise/shared/_links.html.erb

2
app/views/devise/shared/_links.html.erb

@ -11,7 +11,7 @@
<% end %>
<%- if devise_mapping.confirmable? && controller_name != 'confirmations' %>
<%= govuk_link_to "Didn’t receive confirmation instructions?", new_confirmation_path(resource_name) %><br>
<p class="govuk-body"><%= govuk_link_to "Get a new invitation link", new_confirmation_path(resource_name) %> if it’s expired.</p>
<% end %>
<%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' %>

Loading…
Cancel
Save