summaryrefslogtreecommitdiff
path: root/app/views/admin/identities/index.html.haml
blob: 8358a14445b24c20eaa0e7edc661f42fd1187c32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- page_title "Identities", @user.name, "Users"
= render 'admin/users/head'

- if @identities.present?
  .table-holder
    %table.table
      %thead
        %tr
          %th Provider
          %th Identifier
          %th
      = render @identities
- else
  %h4 This user has no identities