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

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