stash
This commit is contained in:
parent
e88dc898b3
commit
78a1e0301f
20 changed files with 118 additions and 121 deletions
|
|
@ -9,7 +9,7 @@
|
|||
</div>
|
||||
<div class="card-body">
|
||||
<span v-for="file in only_images(files)" :key="file.id">
|
||||
<deletable-wrapper @delete="deleteFile(file)">
|
||||
<deletable-wrapper confirm-message="Delete this file? This cannot be undone." @delete="deleteFile(file)">
|
||||
<authenticated-image :src="thumbnailPathForHash(file.hash)" :owner="file.owner"
|
||||
class="img-thumbnail"/>
|
||||
</deletable-wrapper>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue