This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-04-18 12:09:07 -07:00
|
|
|
- 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
|
2017-05-02 11:56:28 -07:00
|
|
|
= render partial: 'instance', collection: @instances
|
2017-04-18 12:09:07 -07:00
|
|
|
|
|
|
|
= paginate @instances
|