18F/identity-idp

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

Summary

Maintainability
Test Coverage
<%= tag.li class: css_class do %>
  <span class="step-indicator__step-title">
    <%= title %>
  </span>
  <%= tag.span class: 'usa-sr-only' do %>
    <%= t(status, scope: [:step_indicator, :status]) %>
  <% end %>
<% end %>