diff --git a/app/views/admin/dashboard/stats.html.haml b/app/views/admin/dashboard/stats.html.haml index 0a5a425397fd2fc77e615f0232bb54795510d982..059460ae5b2f999335ab5a74c193e325cc5a2fbf 100644 --- a/app/views/admin/dashboard/stats.html.haml +++ b/app/views/admin/dashboard/stats.html.haml @@ -8,7 +8,7 @@ %p.gl-font-weight-bold.gl-mt-8 = s_('AdminArea|Totals') -%table.table.gl-text-gray-500 +%table.gl-table.gl-text-gray-500 = render_if_exists 'admin/dashboard/stats_active_users_row', users_statistics: @users_statistics %tr.bg-gray-light.gl-text-gray-900 diff --git a/ee/app/views/admin/dashboard/_stats_users_table.html.haml b/ee/app/views/admin/dashboard/_stats_users_table.html.haml index 5690e77429a0b0c3e1392f8782b9610f93397566..9532b26f78ddd548e13126ac89f3bed4090e03b0 100644 --- a/ee/app/views/admin/dashboard/_stats_users_table.html.haml +++ b/ee/app/views/admin/dashboard/_stats_users_table.html.haml @@ -1,7 +1,7 @@ %p.gl-font-weight-bold.gl-mt-7 = s_('AdminArea|Breakdown of Billable users') -%table.table.gl-text-gray-500 +%table.gl-table.gl-text-gray-500 %tr %td.gl-p-5! = s_('AdminArea|Users without a Group and Project') @@ -42,7 +42,7 @@ %p.gl-font-weight-bold.gl-mt-8 = s_('AdminArea|Breakdown of Non-Billable users') -%table.table.gl-text-gray-500 +%table.gl-table.gl-text-gray-500 %tr %td.gl-p-5! = s_('AdminArea|Users with highest role')