You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
462 B

  1. %tr
  2. %td
  3. %samp= subscription.account.acct
  4. %td
  5. %samp= subscription.callback_url
  6. %td
  7. - if subscription.confirmed?
  8. %i.fa.fa-check
  9. %td{ style: "color: #{subscription.expired? ? 'red' : 'inherit'};" }
  10. = precede subscription.expired? ? '-' : '' do
  11. = time_ago_in_words(subscription.expires_at)
  12. %td
  13. - if subscription.last_successful_delivery_at?
  14. = l subscription.last_successful_delivery_at
  15. - else
  16. %i.fa.fa-times