18F/identity-idp

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

Summary

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