18F/identity-idp

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

Summary

Maintainability
Test Coverage
<%= content_tag(
      :button,
      **tag_options,
      class: css_class,
    ) do %> 
  Sign in with <%= inject_svg %>
<% end %>