18F/identity-idp

View on GitHub
app/components/flash_component.html.erb

Summary

Maintainability
Test Coverage
<% alerts.each do |type, message| %>
  <%= render AlertComponent.new(type:, message: message.html_safe, class: 'margin-bottom-4') %>
<% end %>