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

16 lines
378 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
- page_title "Identities", @user.name, "Users"
= render 'admin/users/head'
2015-12-23 02:04:40 +05:30
= link_to 'New Identity', new_admin_user_identity_path, class: 'pull-right btn btn-new'
2015-09-11 14:41:01 +05:30
- if @identities.present?
2015-11-26 14:37:03 +05:30
.table-holder
%table.table
%thead
%tr
%th Provider
%th Identifier
%th
= render @identities
2015-09-11 14:41:01 +05:30
- else
%h4 This user has no identities