Allow admins to add and remove invitations per account #167
2 Participants
Notifications
Due Date
No due date set.
Blocks
#160 Upgrade Rails to 7.1, update dependencies, require Ruby 3.x
kosmos/akkounts
Reference: kosmos/akkounts#167
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/164-invites"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Screen grab: https://storage.kosmos.org/raucao/public/shares/240210-1230-screencast.webm
closes #164
@ -10,2 +10,4 @@
</span>
</span>
<% elsif @size == :small %>
<span class="appearance-none flex items-center inline-block">
Are there any other sizes besides
:large
and:small
? If not, then this line could go outside theif - elsif
block, because it's the same for both cases.