闭社主体 forked from https://github.com/tootsuite/mastodon
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.

15 lines
393 B

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