diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-08-28 00:32:08 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-08-28 00:41:50 +0200 |
commit | 35d1d6b463c4a91ab06838896f5531f759696da2 (patch) | |
tree | 9fd93cc1e2e5213509384c19bed415ff787ac188 /client/components/boards | |
parent | 31c4aa01bda63e510e120ae9da8149c732111d2a (diff) | |
download | wekan-35d1d6b463c4a91ab06838896f5531f759696da2.tar.gz wekan-35d1d6b463c4a91ab06838896f5531f759696da2.tar.bz2 wekan-35d1d6b463c4a91ab06838896f5531f759696da2.zip |
Display keyboard shortcuts on a modal
Fixes #241
Diffstat (limited to 'client/components/boards')
-rw-r--r-- | client/components/boards/boardArchive.jade | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/components/boards/boardArchive.jade b/client/components/boards/boardArchive.jade index d659d0cc..b4b41d0f 100644 --- a/client/components/boards/boardArchive.jade +++ b/client/components/boards/boardArchive.jade @@ -1,5 +1,7 @@ template(name="archivedBoards") - h2 Archived boards + h2 + i.fa.fa-archive + | Archived boards ul.archived-lists each archivedBoards |