debian-mirror-gitlab/app/views/admin/identities/index.html.haml

23 lines
795 B
Text
Raw Normal View History

2021-11-11 11:23:49 +05:30
- add_to_breadcrumbs _('Users'), admin_users_path
2018-11-18 11:00:15 +05:30
- breadcrumb_title @user.name
2018-11-08 19:23:39 +05:30
- page_title _("Identities"), @user.name, _("Users")
2015-09-11 14:41:01 +05:30
= render 'admin/users/head'
2022-08-27 11:52:29 +05:30
%table.table.gl-table
%thead
%tr
%th{ class: 'gl-border-t-0!' }= _('Provider')
%th{ class: 'gl-border-t-0!' }= s_('Identity|Provider ID')
%th{ class: 'gl-border-t-0!' }= _('Group')
%th{ class: 'gl-border-t-0!' }= _('Identifier')
%th{ class: 'gl-border-t-0!' }= _('Actions')
- if identity_cells_to_render?(@identities, @user)
= render_if_exists partial: 'admin/identities/scim_identity', collection: scim_identities_collection(@user)
= render @identities
- else
%tbody
%tr
%td{ colspan: '5' }
.text-center.my-2
= _('This user has no identities')