18F/identity-idp

View on GitHub
app/views/shared/_password_accordion.html.erb

Summary

Maintainability
Test Coverage
<%= render AccordionComponent.new(class: 'margin-bottom-4') do |c| %>
  <% c.with_header { t('instructions.password.help_text_header') } %>
  <%= simple_format(t('instructions.password.help_text')) %>
<% end %>