This commit is contained in:
2023-10-01 17:34:41 +01:00
parent 69a97a3fa9
commit 9923067a17
8 changed files with 38 additions and 27 deletions
+2 -2
View File
@@ -28,7 +28,7 @@
<% style = if lecture.start_time.future? then 'background: repeating-linear-gradient(45deg, #f3f4f6, #f3f4f6 10px, white 10px, white 20px);' else '' end %>
<tr style="<%= style %>">
<td class="whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium text-gray-900 sm:pl-6">
<%= lecture.nice_title %>
<%= lecture.recording.nice_title %>
</td>
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
<%= lecture.start_time.to_fs(:dmy) %>
@@ -59,7 +59,7 @@
Start
</button>
<% else %>
<%= link_to "Open recording", lecture.recording_url %>
<%= link_to "Open recording", lecture.recording.recording_url %>
<% end %>
</td>
<% end %>