stash
This commit is contained in:
parent
e993956fe6
commit
9860b8e013
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
</div>
|
</div>
|
||||||
<AuthenticatedImage v-if="item.item.file" cached
|
<AuthenticatedImage v-if="item.item.file" cached
|
||||||
:src="`/media/2/256/${item.item.file}/`"
|
:src="`/media/2/256/${item.item.file}/`"
|
||||||
class="card-img-top img-fluid" style="max-height: 8em"
|
class="card-img-left img-fluid" style="max-height: 8em"
|
||||||
/>
|
/>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h6 class="card-title">{{ item.item.description }}</h6>
|
<h6 class="card-title">{{ item.item.description }}</h6>
|
||||||
|
|
Loading…
Reference in a new issue