diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-30 20:24:37 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-30 20:24:37 -0500 |
commit | a5ce8eddb414a1f77136a30598744cb99846182f (patch) | |
tree | 3c527233a0961c8d8c04cd2c0dd81cfa32ee6947 /app/views/domain_policy | |
parent | 85aec06845cc834418ef6337d5cb1e79eb448b95 (diff) |
use a non-tabular domain policy list layout & paginate
Diffstat (limited to 'app/views/domain_policy')
-rw-r--r-- | app/views/domain_policy/show.html.haml | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/app/views/domain_policy/show.html.haml b/app/views/domain_policy/show.html.haml index 4b4b121fd..3e04e44f0 100644 --- a/app/views/domain_policy/show.html.haml +++ b/app/views/domain_policy/show.html.haml @@ -46,13 +46,6 @@ .rich-formatting %h1= "#{@instance_presenter.site_title} Domain Policies" - .table-wrapper - %table.table - %thead - %tr - %th= "Domain" - %th= "Policy" - %th= "Additional" - %th= "Reason" - %tbody - = render @domain_policies + = render @domain_policies + += paginate @domain_policies |