Fix issue with link not displaying

This commit is contained in:
Joshua Coles 2023-09-29 21:34:51 +01:00
parent 598c1204e3
commit 211825faf8

View File

@ -58,7 +58,7 @@
Start Start
</button> </button>
<% else %> <% else %>
<% link_to "Open recording", lecture.recording_url %> <%= link_to "Open recording", lecture.recording_url %>
<% end %> <% end %>
</td> </td>
<% end %> <% end %>