diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-05-31 14:38:44 -0400 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-31 20:38:44 +0200 |
commit | a132332b861f997540f30be1b90ade4648834b5b (patch) | |
tree | 312364eef2a971ec97be48f2be71dc7702d6c578 /app/views/admin/instances | |
parent | b25e42a77f4b3472bc519e8a394b2cfe0e063e4c (diff) |
Add Instance class to list admin records (#3443)
Diffstat (limited to 'app/views/admin/instances')
-rw-r--r-- | app/views/admin/instances/index.html.haml | 4 |
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 |