From b795115042c2eb6bccbf029f21d78849a44128ca Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 11 May 2019 23:40:18 +0300 Subject: - [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 --- client/components/boards/boardsList.jade | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'client/components/boards') 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}}" -- cgit v1.2.3-1-g7c22