summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardList.jade
diff options
context:
space:
mode:
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