2017-11-27 09:07:59 -06:00
|
|
|
- content_for :page_title do
|
|
|
|
= t('invites.title')
|
|
|
|
|
|
|
|
- if policy(:invite).create?
|
|
|
|
%p= t('invites.prompt')
|
|
|
|
|
|
|
|
= render 'form'
|
|
|
|
|
2018-09-18 09:45:58 -05:00
|
|
|
%hr.spacer/
|
2017-11-27 09:07:59 -06:00
|
|
|
|
2019-03-13 23:25:49 -05:00
|
|
|
.simple_form
|
|
|
|
%table.table.table--invites
|
|
|
|
%thead
|
|
|
|
%tr
|
|
|
|
%th
|
|
|
|
%th= t('invites.table.uses')
|
|
|
|
%th= t('invites.table.expires_at')
|
|
|
|
%th
|
|
|
|
%tbody
|
|
|
|
= render @invites
|