mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
14 lines
260 B
Plaintext
14 lines
260 B
Plaintext
- page_title "Identities", @user.name, "Users"
|
|
= render 'admin/users/head'
|
|
|
|
- if @identities.present?
|
|
%table.table
|
|
%thead
|
|
%tr
|
|
%th Provider
|
|
%th Identifier
|
|
%th
|
|
= render @identities
|
|
- else
|
|
%h4 This user has no identities
|