|
@@ -46,12 +46,12 @@ template(name="boardMenuPopup")
|
|
|
li: a.js-open-archives Archived elements
|
|
|
if currentUser.isBoardAdmin
|
|
|
li: a.js-change-board-color Change color
|
|
|
- //-
|
|
|
- XXX Language should be handled by sandstorm, but for now display a
|
|
|
- language selection link in the board menu. This link is normally present
|
|
|
- in the header bar that is not displayed on sandstorm.
|
|
|
- if isSandstorm
|
|
|
- li: a.js-change-language {{_ 'language'}}
|
|
|
+ //-
|
|
|
+ XXX Language should be handled by sandstorm, but for now display a
|
|
|
+ language selection link in the board menu. This link is normally present
|
|
|
+ in the header bar that is not displayed on sandstorm.
|
|
|
+ if isSandstorm
|
|
|
+ li: a.js-change-language {{_ 'language'}}
|
|
|
unless isSandstorm
|
|
|
if currentUser.isBoardAdmin
|
|
|
hr
|