summaryrefslogtreecommitdiff
path: root/app/views/admin/identities/index.html.haml
blob: 99d5e2a93c4c855803039be524c3a493f3656a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- add_to_breadcrumbs _('Users'), admin_users_path
- breadcrumb_title @user.name
- page_title _("Identities"), @user.name, _("Users")
= render 'admin/users/head'

%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')
  = render @identities
  - if @identities.blank?
    %tbody
      %tr
        %td{ colspan: '5' }
          .text-center.my-2
            = _('This user has no identities')