mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01:00
Able to deactivate invites if they aren't expired (#7163)
This commit is contained in:
parent
07a7d5959c
commit
ef12a2b74c
@ -13,5 +13,5 @@
|
||||
= l invite.expires_at
|
||||
%td= table_link_to 'link', public_invite_url(invite_code: invite.code), public_invite_url(invite_code: invite.code)
|
||||
%td
|
||||
- if invite.expired? && policy(invite).destroy?
|
||||
- if !invite.expired? && policy(invite).destroy?
|
||||
= table_link_to 'times', t('invites.delete'), invite_path(invite), method: :delete
|
||||
|
Loading…
Reference in New Issue
Block a user