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