UX: Fix redeemed invite table layout
This commit is contained in:
parent
4000978452
commit
2db3652338
|
@ -83,8 +83,7 @@
|
|||
<td>{{format-date invite.created_at}}</td>
|
||||
<td>
|
||||
{{#if invite.expired}}
|
||||
{{i18n 'user.invited.expired'}}
|
||||
|
||||
<div>{{i18n 'user.invited.expired'}}</div>
|
||||
{{/if}}
|
||||
{{#if invite.rescinded}}
|
||||
{{i18n 'user.invited.rescinded'}}
|
||||
|
@ -94,7 +93,7 @@
|
|||
</td>
|
||||
<td>
|
||||
{{#if invite.reinvited}}
|
||||
{{i18n 'user.invited.reinvited'}}
|
||||
<div>{{i18n 'user.invited.reinvited'}}</div>
|
||||
{{else}}
|
||||
{{d-button icon="sync" action=(action "reinvite") actionParam=invite label="user.invited.reinvite"}}
|
||||
{{/if}}
|
||||
|
|
|
@ -119,9 +119,6 @@
|
|||
td {
|
||||
padding: 0.667em;
|
||||
}
|
||||
td:nth-of-type(n + 3) {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue