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.
|
- content_for :page_title do |
|
= t('invites.title') |
|
|
|
- if policy(:invite).create? |
|
%p= t('invites.prompt') |
|
|
|
= render 'form' |
|
|
|
%hr/ |
|
|
|
%table.table |
|
%thead |
|
%tr |
|
%th= t('invites.table.uses') |
|
%th= t('invites.table.expires_at') |
|
%th |
|
%th |
|
%tbody |
|
= render @invites
|
|
|