Add 'unlisted' icon to watch page

This commit is contained in:
Omar Roth 2019-03-26 13:01:23 -05:00
parent 02f8e657f3
commit 8d9569e06b
11 changed files with 607 additions and 584 deletions

View file

@ -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 %>