mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-01 04:24:22 +00:00
13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
- 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
|