about summary refs log tree commit diff
path: root/app/views/admin/instances/index.html.haml
diff options
context:
space:
mode:
authorMatt Jankowski <mjankowski@thoughtbot.com>2017-05-31 14:38:44 -0400
committerEugen Rochko <eugen@zeonfederated.com>2017-05-31 20:38:44 +0200
commita132332b861f997540f30be1b90ade4648834b5b (patch)
tree312364eef2a971ec97be48f2be71dc7702d6c578 /app/views/admin/instances/index.html.haml
parentb25e42a77f4b3472bc519e8a394b2cfe0e063e4c (diff)
Add Instance class to list admin records (#3443)
Diffstat (limited to 'app/views/admin/instances/index.html.haml')
-rw-r--r--app/views/admin/instances/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/instances/index.html.haml b/app/views/admin/instances/index.html.haml
index e5955e6bf..be21d6bf7 100644
--- a/app/views/admin/instances/index.html.haml
+++ b/app/views/admin/instances/index.html.haml
@@ -7,6 +7,6 @@
       %th= t('admin.instances.domain_name')
       %th= t('admin.instances.account_count')
   %tbody
-    = render partial: 'instance', collection: @instances
+    = render @instances
 
-= paginate @instances
+= paginate paginated_instances