mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Add link to login for subscriptions
This commit is contained in:
parent
58410e09f7
commit
2fee621843
1 changed files with 6 additions and 0 deletions
|
@ -173,6 +173,12 @@ player.src(currentSources);
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
<% else %>
|
||||||
|
<p>
|
||||||
|
<a href="/login">
|
||||||
|
<b>Login to subscribe to <%= video.info["author"] %></b>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
<% end %>
|
<% end %>
|
||||||
<p>
|
<p>
|
||||||
<b>Shared <%= video.published.to_s("%B %-d, %Y") %></b>
|
<b>Shared <%= video.published.to_s("%B %-d, %Y") %></b>
|
||||||
|
|
Loading…
Reference in a new issue