Skip to content
Snippets Groups Projects

Resolve "Delete button for assignment is visible to students"

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -104,6 +104,7 @@
<td th:text="${assignment.description.text}"></td>
<td>
<a th:href="@{/assignment/{aId}/remove(aId=${assignment.id})}"
th:if="${@permissionService.canManageModule(m.id)}"
class="btn btn-danger float-right to-be-implemented">
<i class="fa fa-trash"></i>
</a>
Loading