logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

index.html.haml (428B)


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