diff --git a/src/invidious/views/channel.ecr b/src/invidious/views/channel.ecr index 886ecc93..d5bd3121 100644 --- a/src/invidious/views/channel.ecr +++ b/src/invidious/views/channel.ecr @@ -2,7 +2,7 @@
<% if user %> <% if subscriptions.includes? ucid %> -
- - Unsubscribe from <%= author %> - -
+ + Unsubscribe from <%= author %> + <% else %> -- - Subscribe to <%= author %> - -
+ + Subscribe to <%= author %> + <% end %> <% else %> -- - Login to subscribe to <%= author %> - -
+ + Login to subscribe to <%= author %> + <% end %> + <% videos.each_slice(4) do |slice| %>