The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

22 lines
386 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= t('invites.table.comment')
  15. %th
  16. %tbody
  17. = render @invites