mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
parent
c62050994c
commit
9180a8d92a
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
template(name="headerBoard")
|
||||
h1.header-board-menu
|
||||
a(class="{{#if currentUser.isBoardAdmin}}js-edit-board-title{{else}}is-disabled{{/if}}")
|
||||
= currentBoard.title
|
||||
with currentBoard
|
||||
a(class="{{#if currentUser.isBoardAdmin}}js-edit-board-title{{else}}is-disabled{{/if}}")
|
||||
= title
|
||||
|
||||
.board-header-btns.left
|
||||
unless isSandstorm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue