about summary refs log tree commit diff
path: root/app/views/domain_policy/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/domain_policy/show.html.haml')
-rw-r--r--app/views/domain_policy/show.html.haml13
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