index.html.haml 424 B

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