logo

mastofe

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

index.html.haml (293B)


  1. - content_for :page_title do
  2. = t('invites.title')
  3. - if policy(:invite).create?
  4. %p= t('invites.prompt')
  5. = render 'form'
  6. %hr/
  7. %table.table
  8. %thead
  9. %tr
  10. %th= t('invites.table.uses')
  11. %th= t('invites.table.expires_at')
  12. %th
  13. %th
  14. %tbody
  15. = render @invites