浏览代码

Add display timestamp on 'Boards in Archive'

helioguardabaxo 3 年之前
父节点
当前提交
04e04ead92
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      client/components/boards/boardArchive.jade

+ 1 - 0
client/components/boards/boardArchive.jade

@@ -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'}}