Lesson overview simplification moving template to separate file.

This commit is contained in:
Nanne Baars
2017-01-01 21:06:00 +01:00
parent be8f263319
commit dcab7d8abd
6 changed files with 23 additions and 50 deletions

View File

@ -40,13 +40,6 @@
</head>
<body>
<script id="assignmentTemplate" type="text/template">
<![CDATA[
<!-- CDATA is necessary otherwise we get into trouble with the strict HTML5 validation (Thymeleaf) -->
<strong><a href="#" data-id=<%= assignment.path %>><%= assignment.name %></a></strong> (<%= solved %>)
<!-- ]]> -->
</script>
<section id="container">
<header id="header">
<!--logo start-->