List of all the books added as a separate page.

This commit is contained in:
krzysiej
2022-06-08 15:17:40 +02:00
parent 20e450f868
commit ccef18a2ca

View File

@@ -21,7 +21,7 @@
<p class="mb-0" v-if="file.book">
<a class="text-decoration-none" :href="'/book/'+file.book.id">{{
file.book.title
}}</a><a href="" class="text-decoration-none link-secondary">{{ file.book.author }}</a>
}}</a> <a href="" class="text-decoration-none link-secondary">{{ file.book.author }}</a>
</p>
</td>
<td class="text-end">{{ formatSize(file.fileSize) }}</td>