added carts to /teacher
This commit is contained in:
parent
e143ce15e2
commit
a69e6d338e
@ -13,7 +13,11 @@
|
||||
</div>
|
||||
<!-- Carts -->
|
||||
<div>
|
||||
<h5>Coming soon...</h5>
|
||||
{{#each carts}}
|
||||
<div class="row">
|
||||
{{>cart}}
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
|
||||
{{/teacherTabs}}
|
||||
|
||||
@ -17,6 +17,9 @@ Template.teacher.helpers({
|
||||
Template.teacher.helpers({
|
||||
chromebooks: function() {
|
||||
return Chromebooks.find();
|
||||
},
|
||||
carts: function() {
|
||||
return carts.find();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user