mirror of
https://github.com/iv-org/invidious
synced 2024-11-09 01:10:27 +00:00
Add link to login for subscriptions
This commit is contained in:
parent
58410e09f7
commit
2fee621843
@ -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 New Issue
Block a user