mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Add 'unlisted' icon to watch page
This commit is contained in:
parent
02f8e657f3
commit
8d9569e06b
11 changed files with 607 additions and 584 deletions
|
@ -44,6 +44,9 @@
|
|||
</a>
|
||||
<% end %>
|
||||
</h1>
|
||||
<% if !video.is_listed %>
|
||||
<h3><i class="icon ion-ios-lock"></i> <%= translate(locale, "Unlisted") %></h3>
|
||||
<% end %>
|
||||
<% if !reason.empty? %>
|
||||
<h3><%= reason %></h3>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue