Update library-recentlyadded.ejs
This commit is contained in:
parent
5cfbab0c43
commit
a57c1d61fb
1 changed files with 1 additions and 13 deletions
|
@ -1,18 +1,6 @@
|
||||||
<script type="text/x-template" id="cider-recentlyadded">
|
<script type="text/x-template" id="cider-recentlyadded">
|
||||||
<div class="content-inner">
|
<div class="content-inner">
|
||||||
<b-row no-gutters>
|
<h1 class="header-text">{{$root.getLz('term.recentlyAdded')}}</h1>
|
||||||
<b-col>
|
|
||||||
<h1 class="header-text">{{$root.getLz('term.recentlyAdded')}}</h1>
|
|
||||||
</b-col>
|
|
||||||
<!-- <b-col sm="auto">-->
|
|
||||||
<!-- <select class="md-select" v-model="$store.state.pageState['recentlyAdded'].size" @change="$root.searchLibrarySongs()">-->
|
|
||||||
<!-- <optgroup :label="$root.getLz('term.size')">-->
|
|
||||||
<!-- <option value="normal">{{$root.getLz('term.size.normal')}}</option>-->
|
|
||||||
<!-- <option value="compact">{{$root.getLz('term.size.compact')}}</option>-->
|
|
||||||
<!-- </optgroup>-->
|
|
||||||
<!-- </select>-->
|
|
||||||
<!-- </b-col>-->
|
|
||||||
</b-row>
|
|
||||||
<div class="well itemContainer" v-if="itemSize == 'normal'">
|
<div class="well itemContainer" v-if="itemSize == 'normal'">
|
||||||
<mediaitem-square v-for="item in items" :item="item"></mediaitem-square>
|
<mediaitem-square v-for="item in items" :item="item"></mediaitem-square>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue