blob: 7c4aeda7f90575327cab3693e300ffff54ed96a8 (
plain)
1
2
3
4
5
6
7
|
%tr[identity]{class: identity.status}
%td
%span.label= t(".#{identity.status}", cascading: true)
%td= identity.login
%td= identity.destination
%td
%ul.list-inline= render actions(identity)
|