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.

19 lines
300 B

  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.spacer/
  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