mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-23 23:00:47 -04: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