about summary refs log tree commit diff
path: root/app/views/settings/identity_proofs/index.html.haml
blob: d0ea03ecd0e9d53127218159d364f139fa1f97e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- 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