mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Fix channel link
This commit is contained in:
parent
2c5d75dcce
commit
86d7e6170f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
<p style="height:100%"><%= video.title %></p>
|
<p style="height:100%"><%= video.title %></p>
|
||||||
</a>
|
</a>
|
||||||
<p>
|
<p>
|
||||||
<b><a style="width:100%;" href="https://youtube.com/channel/<%= video.author %>"><%= video.author %></a></b>
|
<b><a style="width:100%;" href="https://youtube.com/channel/<%= video.ucid %>"><%= video.author %></a></b>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<h5>Shared <%= video.published.to_s("%B %-d, %Y at %r") %></h5>
|
<h5>Shared <%= video.published.to_s("%B %-d, %Y at %r") %></h5>
|
||||||
|
|
Loading…
Reference in a new issue