18F/identity-idp

View on GitHub
app/views/accounts/actions/_delete_account.html.erb

Summary

Maintainability
Test Coverage
<%= link_to account_delete_path do %>
  <span class='usa-sr-only'>
    <%= t('account.items.delete_your_account') %>
  </span>
  <%= t('account.links.delete_account') %>
<% end %>