about summary refs log tree commit diff
path: root/app/views/settings/identity_proofs/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings/identity_proofs/index.html.haml')
-rw-r--r--app/views/settings/identity_proofs/index.html.haml17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/views/settings/identity_proofs/index.html.haml b/app/views/settings/identity_proofs/index.html.haml
deleted file mode 100644
index d0ea03ecd..000000000
--- a/app/views/settings/identity_proofs/index.html.haml
+++ /dev/null
@@ -1,17 +0,0 @@
-- 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