Add display timestamp on 'Boards in Archive'

This commit is contained in:
helioguardabaxo 2022-06-24 22:19:40 -03:00
parent 008fc806e8
commit 04e04ead92

View file

@ -14,6 +14,7 @@ template(name="archivedBoards")
i.fa.fa-undo
| {{_ 'restore-board'}}
= title
span {{ moment archivedAt 'LLL' }}
else
li.no-items-message {{_ 'no-archived-boards'}}