Resolve "Overview: Replace the course link with a button on the overview"
All threads resolved!
Compare changes
@@ -53,10 +53,7 @@
@@ -53,10 +53,7 @@
<a href="#" th:href="@{/course/{id}(id=${course.id})}" th:text="${course}">Algorithms & Datastructures (TI1316)</a>
<th:block th:unless="${@permissionService.canViewCourse(#authentication.principal, course.id)}" th:text="${course}">
@@ -65,6 +62,9 @@
@@ -65,6 +62,9 @@
<th:block th:unless="${#authenticated.teaches(course) || #authenticated.assists(course) || #authenticated.manages(course) || #authenticated.participates(course) || course.getIsArchived() }">
