gab-social/app/views/settings/verifications/moderation/index.html.haml
Developer 4490070aa2 Updated Verification Requests page to include account display name
• Updated:
- Verification Requests page to include account display name
- position of date and account column in table
2021-02-10 12:59:30 -05:00

15 lines
445 B
Plaintext

- content_for :page_title do
= t('verifications.moderation.title')
%hr.spacer/
.table-wrapper
%table.table
%thead
%tr
%th= t('verifications.moderation.id')
%th= t('verifications.moderation.account')
%th= t('verifications.moderation.date')
%th
%tbody
= render partial: 'settings/verifications/moderation/verification_request', collection: @verification_requests, as: :verification_request