Skip to content
Snippets Groups Projects

Fix breadcrumbs on assignment page

1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
@@ -41,7 +41,9 @@
<span>&nbsp;&gt;&nbsp;</span>
<a th:href="@{|/course/${course.id}|}" th:text="${course.name}"></a>
<span>&nbsp;&gt;&nbsp;</span>
<a th:href="@{|/module/${module.edition.id}|}" th:text="${module.edition.name}"></a>
<a th:href="@{|/edition/${module.edition.id}|}" th:text="${module.edition.name}"></a>
<span>&nbsp;&gt;&nbsp;</span>
<a th:href="@{|/module/${module.id}|}" th:text="${module.name}"></a>
<span>&nbsp;&gt;&nbsp;</span>
<a th:href="@{|/assignment/${assignment.id}|}" th:text="${assignment.name}"></a>
</div>
@@ -105,4 +107,4 @@
</div>
</body>
</html>
\ No newline at end of file
</html>
Loading