summaryrefslogtreecommitdiffstats
path: root/client/components/cards/subtasks.jade
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-05-09 14:27:34 +0300
committerLauri Ojansivu <x@xet7.org>2019-05-09 14:27:34 +0300
commitb6d7c71cc8a5ce47e1ba307b3be8506fac547e88 (patch)
tree2bed496f470d881546b3394c15eb51d9f289c04e /client/components/cards/subtasks.jade
parent778cd22e72f1894b85ae741ed3868a0d7a9732f3 (diff)
parent434ed895eddb3836add1e23f0382cf0c5d3b9978 (diff)
downloadwekan-b6d7c71cc8a5ce47e1ba307b3be8506fac547e88.tar.gz
wekan-b6d7c71cc8a5ce47e1ba307b3be8506fac547e88.tar.bz2
wekan-b6d7c71cc8a5ce47e1ba307b3be8506fac547e88.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'client/components/cards/subtasks.jade')
-rw-r--r--client/components/cards/subtasks.jade6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/components/cards/subtasks.jade b/client/components/cards/subtasks.jade
index b0ef2f33..7e64e23f 100644
--- a/client/components/cards/subtasks.jade
+++ b/client/components/cards/subtasks.jade
@@ -50,13 +50,13 @@ template(name="subtaskDeleteDialog")
button.toggle-delete-subtask-dialog(type="button") {{_ 'cancel'}}
template(name="addSubtaskItemForm")
- textarea.js-add-subtask-item(rows='1' autofocus)
+ textarea.js-add-subtask-item(rows='1' autofocus dir="auto")
.edit-controls.clearfix
button.primary.confirm.js-submit-add-subtask-item-form(type="submit") {{_ 'save'}}
a.fa.fa-times-thin.js-close-inlined-form
template(name="editSubtaskItemForm")
- textarea.js-edit-subtask-item(rows='1' autofocus)
+ textarea.js-edit-subtask-item(rows='1' autofocus dir="auto")
if $eq type 'item'
= item.title
else
@@ -76,7 +76,7 @@ template(name="subtasksItems")
else
+subtaskItemDetail(item = item subtasks = subtasks)
if canModifyCard
- +inlinedForm(autoclose=false classNames="js-add-subtask-item" subtasks = subtasks)
+ +inlinedForm(autoclose=false classNames="js-add-subtask-item" subtasks = subtasks dir="auto")
+addSubtaskItemForm
else
a.add-subtask-item.js-open-inlined-form