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