mirror of
https://github.com/wekan/wekan.git
synced 2026-02-23 00:14:07 +01:00
Fixed 9.2.4.6, 9.1.3.5 and 11.7
This commit is contained in:
parent
53726fed24
commit
cb10ad3a20
3 changed files with 11 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ template(name="boardHeaderBar")
|
|||
i.fa.fa-pencil-square-o
|
||||
|
||||
a.board-header-btn.js-star-board(class="{{#if isStarred}}is-active{{/if}}"
|
||||
title="{{#if isStarred}}{{_ 'click-to-unstar'}}{{else}}{{_ 'click-to-star'}}{{/if}} {{_ 'starred-boards-description'}}")
|
||||
title="{{#if isStarred}}{{_ 'star-board-short-unstar'}}{{else}}{{_ 'star-board-short-star'}}{{/if}}" aria-label="{{#if isStarred}}{{_ 'star-board-short-unstar'}}{{else}}{{_ 'star-board-short-star'}}{{/if}}")
|
||||
i.fa(class="fa-star{{#unless isStarred}}-o{{/unless}}")
|
||||
if showStarCounter
|
||||
span
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue