1
0
mirror of https://github.com/whippyshou/mastodon synced 2025-01-07 10:23:50 +09:00
whippy-edition/app/views/admin/pubsubhubbub/index.html.haml

16 lines
424 B
Plaintext
Raw Normal View History

2016-12-13 21:42:10 +09:00
- content_for :page_title do
= t('admin.pubsubhubbub.title')
2016-12-13 21:42:10 +09:00
%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