You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
|
|
- @instances.each do |instance|
|
|
%tr
|
|
%td= instance.domain
|
|
%td= instance.accounts_count
|
|
|
|
= paginate @instances
|