You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
412 B
18 lines
412 B
- content_for :page_title do
|
|
= t('settings.identity_proofs')
|
|
|
|
%p= t('identity_proofs.explanation_html')
|
|
|
|
- unless @proofs.empty?
|
|
%hr.spacer/
|
|
|
|
.table-wrapper
|
|
%table.table
|
|
%thead
|
|
%tr
|
|
%th= t('identity_proofs.identity')
|
|
%th= t('identity_proofs.status')
|
|
%th
|
|
%tbody
|
|
= render partial: 'settings/identity_proofs/proof', collection: @proofs, as: :proof
|