18F/identity-dashboard

View on GitHub
app/views/service_providers/_service_provider_table_header.erb

Summary

Maintainability
Test Coverage
<thead>
  <tr>
    <th scope="col">Friendly name</th>
    <th scope="col">Issuer</th>
    <th scope="col">IAL</th>
    <% if !is_prod %>
      <th scope="col"><abbr title="Accessible in the Integration environment">Accessible</abbr></th>
    <% end %>
    <th scope="col">Cert Exp</th>
    <% if show_created_at %>
      <th scope="col">Created</th>
    <% end %>
  </tr>
</thead>