2021-07-15 23:01:36 +02:00
|
|
|
<% ucid = channel.ucid %>
|
|
|
|
<% author = HTML.escape(channel.author) %>
|
|
|
|
|
2018-06-02 19:52:58 -05:00
|
|
|
<% content_for "header" do %>
|
2021-07-15 23:01:36 +02:00
|
|
|
<title><%= author %> - Invidious</title>
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed/channel/<%= ucid %>" />
|
2018-06-02 19:52:58 -05:00
|
|
|
<% end %>
|
|
|
|
|
2019-06-30 12:59:38 -05:00
|
|
|
<% if channel.banner %>
|
|
|
|
<div class="h-box">
|
2021-01-31 19:52:32 +01:00
|
|
|
<img style="width:100%" src="/ggpht<%= URI.parse(channel.banner.not_nil!.gsub("=w1060-", "=w1280-")).request_target %>">
|
2019-06-30 12:59:38 -05:00
|
|
|
</div>
|
2019-06-28 20:48:24 -05:00
|
|
|
|
2019-06-30 12:59:38 -05:00
|
|
|
<div class="h-box">
|
|
|
|
<hr>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
2019-06-28 20:48:24 -05:00
|
|
|
|
2018-07-29 09:47:32 -05:00
|
|
|
<div class="pure-g h-box">
|
2018-07-28 08:24:53 -05:00
|
|
|
<div class="pure-u-2-3">
|
2019-06-28 20:48:24 -05:00
|
|
|
<div class="channel-profile">
|
2021-01-31 19:52:32 +01:00
|
|
|
<img src="/ggpht<%= URI.parse(channel.author_thumbnail).request_target %>">
|
2021-07-15 23:01:36 +02:00
|
|
|
<span><%= author %></span>
|
2019-06-28 20:48:24 -05:00
|
|
|
</div>
|
2018-07-28 08:24:53 -05:00
|
|
|
</div>
|
2021-07-15 23:01:36 +02:00
|
|
|
<div class="pure-u-1-3">
|
2021-06-24 17:08:40 +04:30
|
|
|
<h3 style="text-align:right">
|
2021-07-15 23:01:36 +02:00
|
|
|
<a href="/feed/channel/<%= ucid %>"><i class="icon ion-logo-rss"></i></a>
|
2018-07-28 08:24:53 -05:00
|
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2019-07-31 19:29:16 -05:00
|
|
|
<div class="h-box">
|
2021-06-24 15:00:55 +02:00
|
|
|
<div id="descriptionWrapper">
|
|
|
|
<p><span style="white-space:pre-wrap"><%= channel.description_html %></span></p>
|
|
|
|
</div>
|
2019-07-31 19:29:16 -05:00
|
|
|
</div>
|
|
|
|
|
2018-10-12 21:17:37 -05:00
|
|
|
<div class="h-box">
|
2019-09-12 21:09:23 -04:00
|
|
|
<% sub_count_text = number_to_short_text(channel.sub_count) %>
|
2019-05-01 20:03:39 -05:00
|
|
|
<%= rendered "components/subscribe_widget" %>
|
2018-10-12 21:17:37 -05:00
|
|
|
</div>
|
2018-07-28 08:24:53 -05:00
|
|
|
|
2018-11-13 19:04:25 -06:00
|
|
|
<div class="pure-g h-box">
|
|
|
|
<div class="pure-u-1-3">
|
2021-07-15 23:01:36 +02:00
|
|
|
<a href="https://www.youtube.com/channel/<%= ucid %>"><%= translate(locale, "View channel on YouTube") %></a>
|
2021-03-28 23:25:28 -07:00
|
|
|
<div class="pure-u-1 pure-md-1-3">
|
|
|
|
<a href="/redirect?referer=<%= env.get?("current_page") %>"><%= translate(locale, "Switch Invidious Instance") %></a>
|
|
|
|
</div>
|
2019-06-28 20:48:24 -05:00
|
|
|
<% if !channel.auto_generated %>
|
2019-05-01 20:03:39 -05:00
|
|
|
<div class="pure-u-1 pure-md-1-3">
|
|
|
|
<b><%= translate(locale, "Videos") %></b>
|
|
|
|
</div>
|
2019-03-08 22:01:59 -06:00
|
|
|
<% end %>
|
2019-03-03 10:54:23 -06:00
|
|
|
<div class="pure-u-1 pure-md-1-3">
|
2019-06-28 20:48:24 -05:00
|
|
|
<% if channel.auto_generated %>
|
2019-05-01 20:03:39 -05:00
|
|
|
<b><%= translate(locale, "Playlists") %></b>
|
|
|
|
<% else %>
|
2021-07-15 23:01:36 +02:00
|
|
|
<a href="/channel/<%= ucid %>/playlists"><%= translate(locale, "Playlists") %></a>
|
2019-05-01 20:03:39 -05:00
|
|
|
<% end %>
|
2019-03-03 10:54:23 -06:00
|
|
|
</div>
|
2019-07-09 09:31:04 -05:00
|
|
|
<div class="pure-u-1 pure-md-1-3">
|
|
|
|
<% if channel.tabs.includes? "community" %>
|
2021-07-15 23:01:36 +02:00
|
|
|
<a href="/channel/<%= ucid %>/community"><%= translate(locale, "Community") %></a>
|
2019-07-09 09:31:04 -05:00
|
|
|
<% end %>
|
|
|
|
</div>
|
2018-11-13 19:04:25 -06:00
|
|
|
</div>
|
2019-05-01 20:03:39 -05:00
|
|
|
<div class="pure-u-1-3"></div>
|
2018-11-13 19:04:25 -06:00
|
|
|
<div class="pure-u-1-3">
|
2019-05-01 20:03:39 -05:00
|
|
|
<div class="pure-g" style="text-align:right">
|
|
|
|
<% sort_options.each do |sort| %>
|
|
|
|
<div class="pure-u-1 pure-md-1-3">
|
|
|
|
<% if sort_by == sort %>
|
|
|
|
<b><%= translate(locale, sort) %></b>
|
|
|
|
<% else %>
|
2021-07-15 23:01:36 +02:00
|
|
|
<a href="/channel/<%= ucid %>?page=<%= page %>&sort_by=<%= sort %>">
|
2019-05-01 20:03:39 -05:00
|
|
|
<%= translate(locale, sort) %>
|
|
|
|
</a>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
2018-11-13 19:04:25 -06:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="h-box">
|
|
|
|
<hr>
|
|
|
|
</div>
|
2018-08-17 10:57:08 -05:00
|
|
|
|
2018-06-02 19:52:58 -05:00
|
|
|
<div class="pure-g">
|
2021-07-15 23:01:36 +02:00
|
|
|
<% items.each do |item| %>
|
|
|
|
<%= rendered "components/item" %>
|
|
|
|
<% end %>
|
2019-03-23 14:05:13 -05:00
|
|
|
</div>
|
2018-06-02 19:52:58 -05:00
|
|
|
|
2018-08-04 23:07:38 -05:00
|
|
|
<div class="pure-g h-box">
|
2019-04-14 17:04:52 -05:00
|
|
|
<div class="pure-u-1 pure-u-lg-1-5">
|
2019-06-08 16:04:55 -05:00
|
|
|
<% if page > 1 %>
|
2021-10-11 12:18:20 +00:00
|
|
|
<a href="/channel/<%= ucid %>?page=<%= page - 1 %><% if sort_by != "newest" %>&sort_by=<%= URI.encode_www_form(sort_by) %><% end %>">
|
2019-05-01 20:03:39 -05:00
|
|
|
<%= translate(locale, "Previous page") %>
|
|
|
|
</a>
|
|
|
|
<% end %>
|
2018-06-02 19:52:58 -05:00
|
|
|
</div>
|
2019-04-14 17:04:52 -05:00
|
|
|
<div class="pure-u-1 pure-u-lg-3-5"></div>
|
2019-05-01 20:03:39 -05:00
|
|
|
<div class="pure-u-1 pure-u-lg-1-5" style="text-align:right">
|
|
|
|
<% if count == 60 %>
|
2021-10-11 12:18:20 +00:00
|
|
|
<a href="/channel/<%= ucid %>?page=<%= page + 1 %><% if sort_by != "newest" %>&sort_by=<%= URI.encode_www_form(sort_by) %><% end %>">
|
2019-05-01 20:03:39 -05:00
|
|
|
<%= translate(locale, "Next page") %>
|
|
|
|
</a>
|
|
|
|
<% end %>
|
2018-06-02 19:52:58 -05:00
|
|
|
</div>
|
2018-08-17 11:04:38 -05:00
|
|
|
</div>
|