mirror of
https://github.com/iv-org/invidious.git
synced 2025-10-14 19:38:06 +00:00
Add msg to warn users about empty vid and pl tab
This commit is contained in:
@@ -5,7 +5,14 @@
|
||||
|
||||
<% content_type = 2 %>
|
||||
<%= rendered "components/channels/channel-information" %>
|
||||
<%= rendered "components/channels/content-sorting-bar" %>
|
||||
|
||||
<% if items.size > 0 %>
|
||||
<%= rendered "components/channels/content-sorting-bar" %>
|
||||
<% else %>
|
||||
<h3 class="pure-u-1 h-box">
|
||||
<%= translate(locale, "This channel has no playlists.")%>
|
||||
</h3>
|
||||
<% end %>
|
||||
|
||||
<div class="pure-g">
|
||||
<% items.each_slice(4) do |slice| %>
|
||||
|
@@ -6,7 +6,14 @@
|
||||
|
||||
<% content_type = 1 %>
|
||||
<%= rendered "components/channels/channel-information" %>
|
||||
<%= rendered "components/channels/content-sorting-bar" %>
|
||||
|
||||
<% if count.not_nil! > 0 %>
|
||||
<%= rendered "components/channels/content-sorting-bar" %>
|
||||
<% else %>
|
||||
<h3 class="pure-u-1 h-box">
|
||||
<%= translate(locale, "This channel has no videos.")%>
|
||||
</h3>
|
||||
<% end %>
|
||||
|
||||
<div class="pure-g">
|
||||
<% items.each_slice(4) do |slice| %>
|
||||
|
Reference in New Issue
Block a user