Skip to content

Instantly share code, notes, and snippets.

@mattdetails
Created September 11, 2015 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattdetails/e30f25d06b2003979bde to your computer and use it in GitHub Desktop.
Save mattdetails/e30f25d06b2003979bde to your computer and use it in GitHub Desktop.
if displayCercaStarterReport
table.tables.starter-table
thead.starter-table-head
tr.starter-table-head-row
th.starter-table-head-cell.mod-student
th.starter-table-head-cell.mod-starter-average CERCA Starter Average
th.starter-table-head-cell Conceptual Understanding
th.starter-table-head-cell Background Knowledge
th.starter-table-head-cell Applied Practice
tbody.starter-table-body
each classUser in schoolClassUsers.students
= starter-report/student-record student=classUser
else
partial 'dashboard/no-data'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment