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