Add a 5 minute period before a lecture where you can join
All checks were successful
Build and Publish Docker Container / build (push) Successful in 5m46s
All checks were successful
Build and Publish Docker Container / build (push) Successful in 5m46s
This commit is contained in:
parent
ea8a7a7871
commit
0cb56424a1
@ -60,12 +60,13 @@
|
|||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
|
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
|
||||||
<% if lecture.start_time.future? %>
|
<% joinable_time = lecture.start_time - 5.minutes %>
|
||||||
|
<% if joinable_time.future? %>
|
||||||
<%= button_to "Prepare",
|
<%= button_to "Prepare",
|
||||||
lecture_start_preparation_path(id: lecture.id),
|
lecture_start_preparation_path(id: lecture.id),
|
||||||
class: 'action-button'
|
class: 'action-button'
|
||||||
%>
|
%>
|
||||||
<% elsif lecture.start_time.past? && !lecture.attended? %>
|
<% elsif joinable_time.past? && !lecture.attended? %>
|
||||||
<% start_label = if lecture.is_live? then
|
<% start_label = if lecture.is_live? then
|
||||||
"Join"
|
"Join"
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user