|
@@ -23,7 +23,7 @@ template(name="boardHeaderBar")
|
|
span
|
|
span
|
|
= currentBoard.stars
|
|
= currentBoard.stars
|
|
|
|
|
|
- a.board-header-btn.js-auto-width-board(class="{{#if isAutoWidth}}is-active{{/if}}"
|
|
|
|
|
|
+ a.board-header-btn.js-auto-width-board(
|
|
title="{{#if isAutoWidth}}{{_ 'click-to-disable-auto-width'}}{{else}}{{_ 'click-to-enable-auto-width'}}{{/if}}")
|
|
title="{{#if isAutoWidth}}{{_ 'click-to-disable-auto-width'}}{{else}}{{_ 'click-to-enable-auto-width'}}{{/if}}")
|
|
i.fa(class="fa-solid fa-{{#if isAutoWidth}}compress{{else}}expand{{/if}}")
|
|
i.fa(class="fa-solid fa-{{#if isAutoWidth}}compress{{else}}expand{{/if}}")
|
|
|
|
|
|
@@ -70,7 +70,7 @@ template(name="boardHeaderBar")
|
|
span
|
|
span
|
|
= currentBoard.stars
|
|
= currentBoard.stars
|
|
|
|
|
|
- a.board-header-btn.js-auto-width-board(class="{{#if isAutoWidth}}is-active{{/if}}"
|
|
|
|
|
|
+ a.board-header-btn.js-auto-width-board(
|
|
title="{{#if isAutoWidth}}{{_ 'click-to-disable-auto-width'}}{{else}}{{_ 'click-to-enable-auto-width'}}{{/if}}")
|
|
title="{{#if isAutoWidth}}{{_ 'click-to-disable-auto-width'}}{{else}}{{_ 'click-to-enable-auto-width'}}{{/if}}")
|
|
i.fa(class="fa-solid fa-{{#if isAutoWidth}}compress{{else}}expand{{/if}}")
|
|
i.fa(class="fa-solid fa-{{#if isAutoWidth}}compress{{else}}expand{{/if}}")
|
|
|
|
|