mirror of
https://github.com/wekan/wekan.git
synced 2026-01-27 03:36:09 +01:00
Can now navigate to subtask
This commit is contained in:
parent
4ac6a507cd
commit
989b026b33
3 changed files with 15 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ template(name="subtaskDetail")
|
|||
else
|
||||
.subtask-title
|
||||
span
|
||||
a.js-view-subtask(title="{{ subtask.title }}") {{_ "view-it"}}
|
||||
if canModifyCard
|
||||
a.js-delete-subtask.toggle-delete-subtask-dialog {{_ "delete"}}...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue