cover: Add removed link on Editions.
This commit is contained in:
parent
e37cbcd88d
commit
5c8710c1c4
|
@ -15,7 +15,9 @@
|
||||||
{% for book in editions %}
|
{% for book in editions %}
|
||||||
<div class="columns is-gapless mb-6">
|
<div class="columns is-gapless mb-6">
|
||||||
<div class="column is-cover">
|
<div class="column is-cover">
|
||||||
{% include 'snippets/book_cover.html' with book=book cover_class='is-w-m is-h-m align to-l-mobile' %}
|
<a href="/book/{{ book.id }}">
|
||||||
|
{% include 'snippets/book_cover.html' with book=book cover_class='is-w-m is-h-m align to-l-mobile' %}
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="column my-3-mobile ml-3-tablet mr-auto">
|
<div class="column my-3-mobile ml-3-tablet mr-auto">
|
||||||
|
|
Loading…
Reference in New Issue