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

= link_to 'New identity', new_admin_user_identity_path, class: 'float-right btn btn-new'
- if @identities.present?
  .table-holder
    %table.table
      %thead
        %tr
          %th Provider
          %th Identifier
          %th
      = render @identities
- else
  %h4 This user has no identities