Lesson overview simplification moving template to separate file.
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
<div>
|
||||
<% _.each(assignments, function(assignment) { %>
|
||||
<li><strong><a href="#" data-id=<%= assignment.assignment.path %>><%= assignment.assignment.name %></a></strong> (<%= assignment.solved %>)</li>
|
||||
<% }) %>
|
||||
</div>
|
Reference in New Issue
Block a user