diff options
| author | Omar Roth <omarroth@hotmail.com> | 2018-08-06 08:00:05 -0500 |
|---|---|---|
| committer | Omar Roth <omarroth@hotmail.com> | 2018-08-06 08:00:05 -0500 |
| commit | fe5142753ca89753135fd8122230c0cd1ff8950e (patch) | |
| tree | aaae3c23d1fb4be74b0ac6352cbd9188203cbd0c /src | |
| parent | 923f9a716b61ef54575ad47398580689fdb9ca15 (diff) | |
| download | invidious-fe5142753ca89753135fd8122230c0cd1ff8950e.tar.gz invidious-fe5142753ca89753135fd8122230c0cd1ff8950e.tar.bz2 invidious-fe5142753ca89753135fd8122230c0cd1ff8950e.zip | |
Show notifications indicator
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious/views/subscriptions.ecr | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/invidious/views/subscriptions.ecr b/src/invidious/views/subscriptions.ecr index b668b7f5..bc782e84 100644 --- a/src/invidious/views/subscriptions.ecr +++ b/src/invidious/views/subscriptions.ecr @@ -16,16 +16,13 @@ </div> <div class="h-box"> -<% if notifications.empty? %> <center><%= notifications.size %> unseen notifications</center> -<% else %> <% notifications.each_slice(4) do |slice| %> <% slice.each do |video| %> <%= rendered "components/video" %> <% end %> <% end %> -<% end %> -<hr> + <hr> </div> <% videos.each_slice(4) do |slice| %> |
