diff --git a/views/class.hbs b/views/class.hbs new file mode 100644 index 0000000..0b9a0b1 --- /dev/null +++ b/views/class.hbs @@ -0,0 +1,56 @@ +
+
+
+

Class Overview - {{ className }}

+
+
+

Teachers

+ {{#each teachers}} + {{> classTeacher name=shortName email=email }} + {{/each}} +
+
+

Members

+ {{> classMembers members=members }} +
+
+ {{> button style='full' colour='primary' to=contactLink content='Contact'}} + {{> button style='full' colour='primary' to=testsLink content='View Tests'}} +
+
+
+
+
+
+
+

Statistics and Reports

+ {{> button style='full' colour='primary' to=reportsLink content='View All'}} +
+
+ {{#each stats}} + {{> classStat value=value text=text }} + {{/each}} +
+
+ {{> graph }} + {{> graph }} +
+
+
+
+
+
+

Tests

+ {{> button style='full' colour='primary' to=testsLink content='View All'}} +
+
+
+ {{> testTable tests=upcomingTests}} +
+
+ {{> testTable tests=recentTests}} +
+
+
+
+