about summary refs log tree commit diff
path: root/app/views/admin/instances/index.html.haml
blob: be21d6bf7b88ff5a5056e2619f6f790005075ef0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
- 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