summaryrefslogtreecommitdiff
path: root/app/views/admin/identities/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/identities/index.html.haml')
-rw-r--r--app/views/admin/identities/index.html.haml15
1 files changed, 8 insertions, 7 deletions
diff --git a/app/views/admin/identities/index.html.haml b/app/views/admin/identities/index.html.haml
index ae57e3adc4d..8358a14445b 100644
--- a/app/views/admin/identities/index.html.haml
+++ b/app/views/admin/identities/index.html.haml
@@ -2,12 +2,13 @@
= render 'admin/users/head'
- if @identities.present?
- %table.table
- %thead
- %tr
- %th Provider
- %th Identifier
- %th
- = render @identities
+ .table-holder
+ %table.table
+ %thead
+ %tr
+ %th Provider
+ %th Identifier
+ %th
+ = render @identities
- else
%h4 This user has no identities