mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 15:41:52 +01:00
parent
732aa5eccb
commit
dc3cbdd20e
6 changed files with 38 additions and 37 deletions
|
|
@ -41,17 +41,16 @@ template(name="headerBoard")
|
|||
i.board-header-btn-icon.fa.fa-cog
|
||||
|
||||
template(name="boardMenuPopup")
|
||||
if currentUser.isBoardMember
|
||||
ul.pop-over-list
|
||||
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'}}
|
||||
ul.pop-over-list
|
||||
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'}}
|
||||
unless isSandstorm
|
||||
if currentUser.isBoardAdmin
|
||||
hr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue