Skip to content
Snippets Groups Projects

Resolve "Grace period at the end of lab"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -50,7 +50,7 @@
<div class="float-right btn-toolbar">
<form th:each="lab : ${activeLabs}" th:action="@{'/requests/next/' + ${lab.id}}"
class="float-right" style="padding-right:2px;" method="POST">
<button type="submit" class="btn btn-sm btn-primary" th:if="${lab.isOpen()}"
<button type="submit" class="btn btn-sm btn-primary" th:if="${lab.display()}"
th:classappend="${queued.get(lab.id) == 0} ? disabled : ''">Get next for
[[${lab.course.code}]] [[${lab.toString()}]] (<span th:id="${'span-' + lab.id}">[[${queued.get(lab.id)}]]</span>)
</button>
Loading