18F/identity-dashboard

View on GitHub
app/views/service_providers/_deleted_service_provider_table_row.html.erb

Summary

Maintainability
Test Coverage
<tr>
  <td class="text-wrap"><%= app["issuer"] %></td>
  <td><%= deleted_at %></td>
  <%# group_id is the legacy name for Team ID %>
  <td><%= Team.find(app["group_id"]).agency&.name if app["group_id"] %></td>
</tr>