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