List of all the books added as a separate page.
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<p class="mb-0" v-if="file.book">
|
<p class="mb-0" v-if="file.book">
|
||||||
<a class="text-decoration-none" :href="'/book/'+file.book.id">{{
|
<a class="text-decoration-none" :href="'/book/'+file.book.id">{{
|
||||||
file.book.title
|
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>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-end">{{ formatSize(file.fileSize) }}</td>
|
<td class="text-end">{{ formatSize(file.fileSize) }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user