blob: 741d111fb7d40c3db8e27f3127784eefc652e345 (
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: 'pull-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
|