about summary refs log tree commit diff
path: root/app/views/admin/instances/index.html.haml
blob: edbd3b2173d5e0c471cafba411d1119039ac60bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
- content_for :page_title do
  = t('admin.instances.title')

.table-wrapper
  %table.table
    %thead
      %tr
        %th= t('admin.instances.domain_name')
        %th= t('admin.instances.account_count')
    %tbody
      = render @instances

= paginate paginated_instances