This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-11-27 07:07:59 -08:00
|
|
|
- content_for :page_title do
|
|
|
|
= t('invites.title')
|
|
|
|
|
|
|
|
- if policy(:invite).create?
|
|
|
|
%p= t('invites.prompt')
|
|
|
|
|
|
|
|
= render 'form'
|
|
|
|
|
2018-09-18 07:45:58 -07:00
|
|
|
%hr.spacer/
|
2017-11-27 07:07:59 -08:00
|
|
|
|
2019-03-13 21:25:49 -07: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
|