18F/identity-dashboard

View on GitHub
app/views/layouts/service_config_wizard.html.erb

Summary

Maintainability
Test Coverage
<% content_for :content do %>
  <div>
    <%= render partial: 'components/step_progress',
          locals: {
            steps: ServiceConfigWizardController::STEPS,
            current_step_index: ServiceConfigWizardController::STEPS.find_index(step),
            localization_base: 'service_provider_form.wizard_steps'
          }
    %>
  </div>
  <section class="wizard-container">
    <%= yield %>
  </section>
<% end %>
<%= render template: "layouts/application" %>