Files
fizzy/app/views/accounts/settings/_users.html.erb
T
2025-06-05 08:45:11 -05:00

9 lines
315 B
Plaintext

<div class="panel shadow center flex flex-column">
<strong class="divider txt-large margin-block-end">People on the account</strong>
<%= render "accounts/invite" %>
<div class="users-list flex flex-column gap margin-block-start">
<%= render partial: "accounts/user", collection: users %>
</div>
</div>