BigW Consortium Gitlab

index.html.haml 378 Bytes
Newer Older
1 2
- page_title "Identities", @user.name, "Users"
= render 'admin/users/head'
3

4
= link_to 'New Identity', new_admin_user_identity_path, class: 'pull-right btn btn-new'
5
- if @identities.present?
Douwe Maan committed
6 7 8 9 10 11 12 13
  .table-holder
    %table.table
      %thead
        %tr
          %th Provider
          %th Identifier
          %th
      = render @identities
14 15
- else
  %h4 This user has no identities