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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
394 B
Plaintext
Raw Normal View History

- add_to_breadcrumbs _('Users'), admin_users_path
- breadcrumb_title @user.name
- page_title _("Identities"), @user.name, _("Users")
= render 'admin/users/head'
- if @identities.present?
2015-10-19 09:19:45 +00:00
.table-holder
%table.table
%thead
%tr
%th= _('Provider')
%th= _('Identifier')
2015-10-19 09:19:45 +00:00
%th
= render @identities
- else
%h4= _('This user has no identities')