This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-12-13 04:42:10 -08:00
|
|
|
- content_for :page_title do
|
2017-04-13 12:49:07 -07:00
|
|
|
= t('admin.pubsubhubbub.title')
|
2016-12-13 04:42:10 -08:00
|
|
|
|
2016-11-28 09:45:13 -08:00
|
|
|
%table.table
|
|
|
|
%thead
|
|
|
|
%tr
|
2017-04-13 12:49:07 -07:00
|
|
|
%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')
|
2016-11-28 09:45:13 -08:00
|
|
|
%tbody
|
2017-05-02 11:56:28 -07:00
|
|
|
= render partial: 'subscription', collection: @subscriptions
|
2016-11-28 09:45:13 -08:00
|
|
|
|
2017-04-10 16:11:41 -07:00
|
|
|
= paginate @subscriptions
|