18F/identity-idp

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

Summary

Maintainability
Test Coverage
<% if @presenter.show_unphishable_badge? %>
  <%= render BadgeComponent.new(icon: :lock).with_content(t('headings.account.unphishable')) %>
<% end %>