You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
428 B

  1. - content_for :page_title do
  2. = t('admin.subscriptions.title')
  3. .table-wrapper
  4. %table.table
  5. %thead
  6. %tr
  7. %th= t('admin.subscriptions.topic')
  8. %th= t('admin.subscriptions.callback_url')
  9. %th= t('admin.subscriptions.confirmed')
  10. %th= t('admin.subscriptions.expires_in')
  11. %th= t('admin.subscriptions.last_delivery')
  12. %tbody
  13. = render @subscriptions
  14. = paginate @subscriptions