summaryrefslogtreecommitdiffstats
path: root/client/components/boards
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-05-11 23:40:18 +0300
committerLauri Ojansivu <x@xet7.org>2019-05-11 23:40:18 +0300
commitb795115042c2eb6bccbf029f21d78849a44128ca (patch)
tree29c2682387b22e3b4eeeccd3fb6b3daac6236a14 /client/components/boards
parent52fe845d2427afdda1a426b9f616d400a4dafae1 (diff)
downloadwekan-b795115042c2eb6bccbf029f21d78849a44128ca.tar.gz
wekan-b795115042c2eb6bccbf029f21d78849a44128ca.tar.bz2
wekan-b795115042c2eb6bccbf029f21d78849a44128ca.zip
- [View markdown on List names, Custom Fields (Text and Dropdown), Label names,
All Boards view Board names and Board descriptions](https://github.com/wekan/wekan/issues/2334). Thanks to shaygover and xet7 ! Related #2334
Diffstat (limited to 'client/components/boards')
-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}}"