summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-08-29 15:40:06 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-08-29 15:40:06 +0200
commit9180a8d92a0dee969bba20239c253a6ecb186b2b (patch)
tree92be829dbb158bd9569940428c02252e2f21b24a /client/components
parentc62050994c39c2df16658f819b6950c2de5f5314 (diff)
downloadwekan-9180a8d92a0dee969bba20239c253a6ecb186b2b.tar.gz
wekan-9180a8d92a0dee969bba20239c253a6ecb186b2b.tar.bz2
wekan-9180a8d92a0dee969bba20239c253a6ecb186b2b.zip
Fix a bug with board title edition
Fixes #250
Diffstat (limited to 'client/components')
-rw-r--r--client/components/boards/boardHeader.jade5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/components/boards/boardHeader.jade b/client/components/boards/boardHeader.jade
index eed099db..9e807b90 100644
--- a/client/components/boards/boardHeader.jade
+++ b/client/components/boards/boardHeader.jade
@@ -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