mirror of
https://github.com/wekan/wekan.git
synced 2026-02-12 03:04:22 +01:00
Merge branch 'edge' into meteor-1.8
This commit is contained in:
commit
b6d7c71cc8
21 changed files with 810 additions and 99 deletions
|
|
@ -193,10 +193,10 @@ template(name="boardChangeTitlePopup")
|
|||
form
|
||||
label
|
||||
| {{_ 'title'}}
|
||||
input.js-board-name(type="text" value=title autofocus)
|
||||
input.js-board-name(type="text" value=title autofocus dir="auto")
|
||||
label
|
||||
| {{_ 'description'}}
|
||||
textarea.js-board-desc= description
|
||||
textarea.js-board-desc(dir="auto")= description
|
||||
input.primary.wide(type="submit" value="{{_ 'rename'}}")
|
||||
|
||||
template(name="boardCreateRulePopup")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue