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

- if @identities.present?
  .table-holder
    %table.table
      %thead
        %tr
          %th= _('Provider')
          %th= _('Identifier')
          %th
      = render @identities
- else
  %h4= _('This user has no identities')