index.html.haml 270 B

123456789101112
  1. - content_for :page_title do
  2. = t('admin.instances.title')
  3. %table.table
  4. %thead
  5. %tr
  6. %th= t('admin.instances.domain_name')
  7. %th= t('admin.instances.account_count')
  8. %tbody
  9. = render partial: 'instance', collection: @instances
  10. = paginate @instances