18F/identity-idp

View on GitHub
app/views/accounts/_password_reset.html.erb

Summary

Maintainability
Test Coverage
<%= render AlertComponent.new(type: :warning, text_tag: 'div') do %>
  <p>
    <%= t('account.index.reactivation.instructions') %>
  </p>
  <p>
    <%= link_to t('account.index.reactivation.link'), reactivate_account_path %>
  </p>
<% end %>