diff --git a/src/invidious/views/channel.ecr b/src/invidious/views/channel.ecr index 21038394..e8af92ca 100644 --- a/src/invidious/views/channel.ecr +++ b/src/invidious/views/channel.ecr @@ -40,26 +40,34 @@
- <%= translate(locale, "View channel on YouTube") %> - - <% if !channel.auto_generated %> -
- <%= translate(locale, "Videos") %> -
- <% end %> -
- <% if channel.auto_generated %> - <%= translate(locale, "Playlists") %> - <% else %> - <%= translate(locale, "Playlists") %> - <% end %> -
-
- <% if channel.tabs.includes? "community" %> - <%= translate(locale, "Community") %> - <% end %> + + +
+ + <% if !channel.auto_generated %> +
  • + + <%= translate(locale, "Videos") %> + +
  • + <% end %> +
  • + <% if channel.auto_generated %> + <%= translate(locale, "Playlists") %> + <% else %> + + <%= translate(locale, "Playlists") %> + + <% end %> +
  • +
  • + <% if channel.tabs.includes? "community" %> + + <%= translate(locale, "Community") %> + + <% end %> +
  • +