|
|
@ -30,6 +30,11 @@
|
|
|
|
= filter_link_to t('admin.accounts.moderation.suspended'), {suspended: nil}, {suspended: '1'}
|
|
|
|
= filter_link_to t('admin.accounts.moderation.suspended'), {suspended: nil}, {suspended: '1'}
|
|
|
|
- else
|
|
|
|
- else
|
|
|
|
= filter_link_to t('admin.accounts.moderation.suspended'), suspended: '1'
|
|
|
|
= filter_link_to t('admin.accounts.moderation.suspended'), suspended: '1'
|
|
|
|
|
|
|
|
.filter-subset
|
|
|
|
|
|
|
|
%strong= t('admin.accounts.role')
|
|
|
|
|
|
|
|
%ul
|
|
|
|
|
|
|
|
%li= filter_link_to t('admin.accounts.moderation.all'), staff: nil
|
|
|
|
|
|
|
|
%li= filter_link_to t('admin.accounts.roles.staff'), staff: '1'
|
|
|
|
.filter-subset
|
|
|
|
.filter-subset
|
|
|
|
%strong= t('admin.accounts.order.title')
|
|
|
|
%strong= t('admin.accounts.order.title')
|
|
|
|
%ul
|
|
|
|
%ul
|
|
|
@ -56,9 +61,7 @@
|
|
|
|
%tr
|
|
|
|
%tr
|
|
|
|
%th= t('admin.accounts.username')
|
|
|
|
%th= t('admin.accounts.username')
|
|
|
|
%th= t('admin.accounts.domain')
|
|
|
|
%th= t('admin.accounts.domain')
|
|
|
|
%th= t('admin.accounts.protocol')
|
|
|
|
%th
|
|
|
|
%th= t('admin.accounts.confirmed')
|
|
|
|
|
|
|
|
%th= fa_icon 'paper-plane-o'
|
|
|
|
|
|
|
|
%th
|
|
|
|
%th
|
|
|
|
%tbody
|
|
|
|
%tbody
|
|
|
|
= render @accounts
|
|
|
|
= render @accounts
|
|
|
|