summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.jade
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-05-11 23:53:39 +0300
committerLauri Ojansivu <x@xet7.org>2019-05-11 23:53:39 +0300
commit0b3343674b014ba29d77bb0d994ab50fb9b1d735 (patch)
treec2bf066bfcd38db4156b05bd6c0479c8c23afbde /client/components/boards/boardsList.jade
parent1d33701af045cd1ca1adf03466d18636e1fe7317 (diff)
parentd6c86f3cba5552e8fd6c72832e077a08571e168d (diff)
downloadwekan-0b3343674b014ba29d77bb0d994ab50fb9b1d735.tar.gz
wekan-0b3343674b014ba29d77bb0d994ab50fb9b1d735.tar.bz2
wekan-0b3343674b014ba29d77bb0d994ab50fb9b1d735.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'client/components/boards/boardsList.jade')
-rw-r--r--client/components/boards/boardsList.jade8
1 files changed, 6 insertions, 2 deletions
diff --git a/client/components/boards/boardsList.jade b/client/components/boards/boardsList.jade
index 0739def6..85f47963 100644
--- a/client/components/boards/boardsList.jade
+++ b/client/components/boards/boardsList.jade
@@ -18,11 +18,15 @@ template(name="boardList")
else
a.js-open-board.board-list-item(href="{{pathFor 'board' id=_id slug=slug}}")
span.details
- span.board-list-item-name= title
+ span.board-list-item-name
+ +viewer
+ = title
i.fa.js-star-board(
class="fa-star{{#if isStarred}} is-star-active{{else}}-o{{/if}}"
title="{{_ 'star-board-title'}}")
- p.board-list-item-desc= description
+ p.board-list-item-desc
+ +viewer
+ = description
if hasSpentTimeCards
i.fa.js-has-spenttime-cards(
class="fa-circle{{#if hasOvertimeCards}} has-overtime-card-active{{else}} no-overtime-card-active{{/if}}"