summaryrefslogtreecommitdiff
path: root/app/views/identities/_identity.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/identities/_identity.html.haml')
-rw-r--r--app/views/identities/_identity.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/identities/_identity.html.haml b/app/views/identities/_identity.html.haml
new file mode 100644
index 0000000..7c4aeda
--- /dev/null
+++ b/app/views/identities/_identity.html.haml
@@ -0,0 +1,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)