Stash
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user