File tree Expand file tree Collapse file tree
hypha/apply/users/templates/users/partials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 < ul class ="flex flex-col gap-2 ">
55 {% for passkey in passkeys %}
66 < li class ="flex gap-2 items-center p-2 rounded border bg-base-100 ">
7- {% heroicon_micro "key" class="shrink-0 size-4 text-fg-muted" aria_hidden=true %}
7+ {% heroicon_micro "key" class="size-4 text-fg-muted" aria_hidden=true %}
88 < form
99 x-data ="{ dirty: false } "
1010 hx-post ="{% url 'users:passkey_rename' passkey.pk %} "
2727 {% heroicon_micro "check" class="size-4" aria_hidden=true %}
2828 </ button >
2929 </ form >
30- < span class ="text-xs text-fg-muted shrink-0 " title ="{{ passkey.created_at|date:'Y-m-d' }} ">
30+ < span class ="text-xs text-fg-muted " title ="{{ passkey.created_at|date:'Y-m-d' }} ">
3131 {% if passkey.last_used_at %}
3232 {% blocktrans with when=passkey.last_used_at|timesince %}Used {{ when }} ago{% endblocktrans %}
3333 {% else %}
You can’t perform that action at this time.
0 commit comments