gitlab-org--gitlab-foss/app/views/admin/identities/index.html.haml
2015-10-19 11:19:45 +02:00

14 lines
290 B
Text

- 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