classes join

This commit is contained in:
yamanq 2016-08-10 15:57:10 -04:00
parent 6f6fc5bddf
commit c281f00905
2 changed files with 4 additions and 1 deletions

View File

@ -106,4 +106,7 @@
<template name="classdisplay"> <template name="classdisplay">
{{name}} {{name}}
{{teacher}}
{{hour}}
<button>join</button>
</template> </template>

View File

@ -29,7 +29,7 @@ Template.profile.helpers({
collection: classes, collection: classes,
field: "name", field: "name",
template: Template.classdisplay, template: Template.classdisplay,
// filter: filter: {status: true}
} }
] ]
}; };