Update collection-list.ejs
This commit is contained in:
parent
4042be4eaf
commit
950271e446
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
<script type="text/x-template" id="cider-collection-list">
|
||||
<div class="content-inner collection-page">
|
||||
<h3 class="header-text" v-observe-visibility="{callback: headerVisibility}">{{ title }}</h3>
|
||||
{{ commonKind }}
|
||||
<div v-if="data['data'] != 'null'" class="well">
|
||||
<template v-for="(item, key) in data.data">
|
||||
<template v-if="item.type == 'artists'">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue