summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardList.jade
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-08-23 22:00:02 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-08-25 18:07:04 +0200
commit9bea6a52d32c843d277640e42785a8faac583a63 (patch)
tree8ad09ce9020d4f147095a572ba384c217259de62 /client/components/boards/boardList.jade
parentf03fee5162bf8151c60c09fde2e983a5d5dc18ca (diff)
downloadwekan-9bea6a52d32c843d277640e42785a8faac583a63.tar.gz
wekan-9bea6a52d32c843d277640e42785a8faac583a63.tar.bz2
wekan-9bea6a52d32c843d277640e42785a8faac583a63.zip
Fix the stars
Fixes #214
Diffstat (limited to 'client/components/boards/boardList.jade')
-rw-r--r--client/components/boards/boardList.jade4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/boards/boardList.jade b/client/components/boards/boardList.jade
index f0dc808f..a6895cc8 100644
--- a/client/components/boards/boardList.jade
+++ b/client/components/boards/boardList.jade
@@ -6,8 +6,8 @@ template(name="boardList")
a.js-open-board(href="{{pathFor 'board' id=_id slug=slug}}")
span.details
span.board-list-item-name= title
- i.fa.fa-star-o.js-star-board(
- class="{{#if isStarred}}is-star-active{{/if}}"
+ i.fa.js-star-board(
+ class="fa-star{{#if isStarred}} is-star-active{{else}}-o{{/if}}"
title="{{_ 'star-board-title'}}")
else
ul.board-list.clearfix