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.

20 lines
346 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. .simple_form
  8. %table.table.table--invites
  9. %thead
  10. %tr
  11. %th
  12. %th= t('invites.table.uses')
  13. %th= t('invites.table.expires_at')
  14. %th
  15. %tbody
  16. = render @invites