index.html.haml 412 B

1234567891011121314151617
  1. - content_for :page_title do
  2. = t('settings.identity_proofs')
  3. %p= t('identity_proofs.explanation_html')
  4. - unless @proofs.empty?
  5. %hr.spacer/
  6. .table-wrapper
  7. %table.table
  8. %thead
  9. %tr
  10. %th= t('identity_proofs.identity')
  11. %th= t('identity_proofs.status')
  12. %th
  13. %tbody
  14. = render partial: 'settings/identity_proofs/proof', collection: @proofs, as: :proof