mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 03:39:28 +00:00
Prepare views for data injection
This commit is contained in:
@@ -11,48 +11,15 @@
|
||||
<th>Date</th>
|
||||
</tr>
|
||||
</thead>
|
||||
{{> test
|
||||
id='1'
|
||||
name='Organic Synthesis'
|
||||
class='MKA_133'
|
||||
subject='Chemistry'
|
||||
date='01/08/2021'
|
||||
}}
|
||||
{{> test
|
||||
id='2'
|
||||
name='Organic Synthesis'
|
||||
class='MKA_133'
|
||||
subject='Chemistry'
|
||||
date='01/08/2021'
|
||||
}}
|
||||
{{> test
|
||||
id='3'
|
||||
name='Organic Synthesis'
|
||||
class='MKA_133'
|
||||
subject='Chemistry'
|
||||
date='01/08/2021'
|
||||
}}
|
||||
{{> test
|
||||
id='4'
|
||||
name='Organic Synthesis'
|
||||
class='MKA_133'
|
||||
subject='Chemistry'
|
||||
date='01/08/2021'
|
||||
}}
|
||||
{{> test
|
||||
id='5'
|
||||
name='Organic Synthesis'
|
||||
class='MKA_133'
|
||||
subject='Chemistry'
|
||||
date='01/08/2021'
|
||||
}}
|
||||
{{> test
|
||||
id='6'
|
||||
name='Organic Synthesis'
|
||||
class='MKA_133'
|
||||
subject='Chemistry'
|
||||
date='01/08/2021'
|
||||
}}
|
||||
{{#each tests}}
|
||||
{{> test
|
||||
id=id
|
||||
name=template.name
|
||||
class=class.name
|
||||
subject=class.subject.name
|
||||
date=date
|
||||
}}
|
||||
{{/each}}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user