mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Adding functionality for Tasks.
This commit is contained in:
parent
947abfb76f
commit
56b27d6b05
13 changed files with 234 additions and 9 deletions
5
client/MyTasks/myTasks.html
Normal file
5
client/MyTasks/myTasks.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<template name="myTasks">
|
||||
{{> myTasksForm}}
|
||||
<hr>
|
||||
{{> myTasksTbl}}
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue