sul-dlss/argo

View on GitHub
app/components/show/apo/roles_component.html.erb

Summary

Maintainability
Test Coverage
<table class="table table-sm mb-5 border">
    <thead class="table-light header">
      <tr>
        <th>Group name</th>
        <th>Role</th>
        <th></th>
      </tr>
    </thead>

    <tbody>
      <%= render Show::Apo::GrantComponent.with_collection(permissions) %>
    </tbody>
  </table>