Skip to content
Snippets Groups Projects
Commit 429dbbe7 authored by Henry Page's avatar Henry Page :speech_balloon:
Browse files

get rid of hyphen

parent 61923976
Branches
Tags
2 merge requests!657v2.1.3,!653Resolve "Edition pages only show the course code"
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<a th:unless="${edition != null && @permissionService.canEnrolForEdition(edition.id)}" <a th:unless="${edition != null && @permissionService.canEnrolForEdition(edition.id)}"
th:href="@{/}">My Courses</a> th:href="@{/}">My Courses</a>
</li> </li>
<li class="breadcrumb-item active" th:if="${ec == null}" th:text="${edition.course.code}">TI1316</li> <li class="breadcrumb-item active" th:if="${ec == null}" th:text="|${edition.course.code} (${edition.name})|">TI1316</li>
<li class="breadcrumb-item active" th:unless="${ec == null}" th:text="${ec.name}">TI1316</li> <li class="breadcrumb-item active" th:unless="${ec == null}" th:text="${ec.name}">TI1316</li>
</ol> </ol>
</nav> </nav>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment