18F/identity-dashboard

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

Summary

Maintainability
Test Coverage
<h1 class="usa-display"><%= t('service_provider_form.wizard_steps.redirects') %></h1>
<div class="wizard-main">
  <% if show_saml_options? %>
    <%= render partial:'redirects_saml' %>
  <% end %>
  <% if show_oidc_options? %>
    <%= render partial:'redirects_oidc' %>
  <% end %>
</div>