mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-14 23:13:15 -08:00
12 lines
270 B
Text
12 lines
270 B
Text
- 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 partial: 'instance', collection: @instances
|
|
|
|
= paginate @instances
|