This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
|
- content_for :page_title do
|
|
= t('admin.instances.title')
|
|
|
|
%table.table
|
|
%thead
|
|
%tr
|
|
%th= t('admin.instances.domain_name')
|
|
%th= t('admin.instances.account_count')
|
|
%tbody
|
|
= render @instances
|
|
|
|
= paginate paginated_instances
|