Improve invites list with click-to-copy inputs (#10259)
This commit is contained in:
parent
9e33174604
commit
6e3936aa6f
5 changed files with 46 additions and 25 deletions
|
@ -8,12 +8,13 @@
|
|||
|
||||
%hr.spacer/
|
||||
|
||||
%table.table
|
||||
%thead
|
||||
%tr
|
||||
%th= t('invites.table.uses')
|
||||
%th= t('invites.table.expires_at')
|
||||
%th
|
||||
%th
|
||||
%tbody
|
||||
= render @invites
|
||||
.simple_form
|
||||
%table.table.table--invites
|
||||
%thead
|
||||
%tr
|
||||
%th
|
||||
%th= t('invites.table.uses')
|
||||
%th= t('invites.table.expires_at')
|
||||
%th
|
||||
%tbody
|
||||
= render @invites
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue