2018-09-29 04:12:35 +00:00
|
|
|
<% content_for "header" do %>
|
2021-07-15 21:01:36 +00:00
|
|
|
<title><%= HTML.escape(mix.title) %> - Invidious</title>
|
2018-09-29 04:12:35 +00:00
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<div class="pure-g h-box">
|
|
|
|
<div class="pure-u-2-3">
|
2021-07-15 21:01:36 +00:00
|
|
|
<h3><%= HTML.escape(mix.title) %></h3>
|
2018-09-29 04:12:35 +00:00
|
|
|
</div>
|
2021-07-15 21:01:36 +00:00
|
|
|
<div class="pure-u-1-3">
|
|
|
|
<h3 style="text-align:right">
|
2018-09-29 04:12:35 +00:00
|
|
|
<a href="/feed/playlist/<%= mix.id %>"><i class="icon ion-logo-rss"></i></a>
|
|
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="pure-g">
|
2021-07-15 21:01:36 +00:00
|
|
|
<% mix.videos.each do |item| %>
|
|
|
|
<%= rendered "components/item" %>
|
|
|
|
<% end %>
|
2019-03-23 19:05:13 +00:00
|
|
|
</div>
|