consul/consul

View on GitHub
app/components/admin/budgets_wizard/creation_timeline_component.html.erb

Summary

Maintainability
Test Coverage
<ol class="creation-timeline">
  <% steps.each do |step| %>
    <li <%= "aria-current='step'" if step == current_step %>>
      <%= t("admin.budgets_wizard.creation_timeline.#{step}") %>
    </li>
  <% end %>
</ol>