mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Added Task Mgmt, and framework for Recipes.
This commit is contained in:
parent
3b9a54daf1
commit
947abfb76f
13 changed files with 430 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
<li id="manageCategory" class="collection-item">Category</li>
|
||||
<li id="manageLocation" class="collection-item">Location</li>
|
||||
<li id="manageStore" class="collection-item">Store</li>
|
||||
<li id="taskHome" class="collection-item">Tasks</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
Template.mgmtPage.onCreated(function() {
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue