about summary refs log tree commit diff
path: root/app/views/admin/instances/index.html.haml
blob: e5955e6bf7e2add7ea51cfd610c195f21435c9c5 (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 partial: 'instance', collection: @instances

= paginate @instances