22 lines
620 B
HTML
22 lines
620 B
HTML
<h1 class="page-title">Invites</h1>
|
|
<div class="invites">
|
|
:invite_error
|
|
:invite_create
|
|
<div class="invites-list">
|
|
<div class="invites-list-item">
|
|
<div class="invites-list-item-created">
|
|
Created on
|
|
</div>
|
|
<div class="invites-list-item-used">
|
|
Used on
|
|
</div>
|
|
<div class="invites-list-item-user">
|
|
Used by
|
|
</div>
|
|
<div class="invites-list-item-token">
|
|
Invitation
|
|
</div>
|
|
</div>
|
|
:invite_list
|
|
</div>
|
|
</div>
|