Skip to content

Commit

Permalink
Added date on watch page
Browse files Browse the repository at this point in the history
  • Loading branch information
SebiWrn committed Nov 20, 2024
1 parent ca1b6a1 commit 38f1b77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/template/watch.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,10 @@
<a href="/course/{{$course.Year}}/{{$course.TeachingTerm}}/{{$course.Slug}}">
<span class="text-5 hover:text-1 hover:underline">{{$course.Name}}</span></a>
</div>
</div>

<div>
<span class="text-5 text-sm">{{$stream.FriendlyTime}}</span>
</div>
{{if not $stream.Recording}}
{{template "watch-info" .}}
Expand Down

0 comments on commit 38f1b77

Please sign in to comment.