mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Working updating of playlist and populating
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
<li class="chan-card col s6 m4 l4">
|
||||
<div class="card sticky-action">
|
||||
<a id="chan-link" href="{{_id}}/">
|
||||
<a class="chan-link" href="{{_id}}/">
|
||||
<div class="chan-bg card-image cardbg" style="background-image:url({{thumbnail}});"></div>
|
||||
<div class="card-content">
|
||||
{{#if pinned}}
|
||||
@@ -20,12 +20,11 @@
|
||||
<div class="card-action noselect">
|
||||
<span class="chan-link-element waves-effect waves-orange btn-flat">Listen</span>
|
||||
</div>
|
||||
{{#if description}}
|
||||
|
||||
<div class="card-reveal">
|
||||
<span class="card-title grey-text text-darken-4 truncate">{{_id}}</span>
|
||||
<p class="description_text">{{description}}</p>
|
||||
</div>
|
||||
{{/if}}
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
@@ -6,4 +6,12 @@
|
||||
{{/if}}
|
||||
{{/each}}
|
||||
</ul>
|
||||
<div class="hidden-channel-list hide">
|
||||
<ul class="row" id="channels">
|
||||
{{>frontpage/channel}}
|
||||
</ul>
|
||||
</div>
|
||||
<script id="lists-script">
|
||||
var lists = {{{channel_list}}}
|
||||
</script>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user