mastodon/app/views/invites/index.html.haml

22 lines
386 B
Plaintext
Raw Normal View History

- content_for :page_title do
= t('invites.title')
- if policy(:invite).create?
%p= t('invites.prompt')
= render 'form'
%hr.spacer/
.simple_form
%table.table.table--invites
%thead
%tr
%th
%th= t('invites.table.uses')
%th= t('invites.table.expires_at')
2019-08-19 11:40:42 +02:00
%th= t('invites.table.comment')
%th
%tbody
= render @invites