gitlab-org--gitlab-foss/app/views/admin/identities/index.html.haml

16 lines
261 B
Text
Raw Normal View History

%h3.page-title
Identities for
= link_to @user.name, [:admin, @user]
%hr
- if @identities.present?
%table.table
%thead
%tr
%th Provider
%th Identifier
%th
= render @identities
- else
%h4 This user has no identities