Use ordered list for editions page
This commit is contained in:
parent
bcd54f52f3
commit
e9be06538f
2 changed files with 9 additions and 5 deletions
|
@ -3,16 +3,16 @@
|
|||
{% block content %}
|
||||
<div class="content-container">
|
||||
<h2>Editions of <a href="/book/{{ work.fedireads_key }}">"{{ work.title }}"</a></h2>
|
||||
<div class="book-grid row wrap">
|
||||
<ol class="book-grid row wrap">
|
||||
{% for book in editions %}
|
||||
<div class="book-preview">
|
||||
<li class="book-preview">
|
||||
<a href="{{ book.absolute_id }}">
|
||||
{% include 'snippets/book_cover.html' with book=book %}
|
||||
</a>
|
||||
{% include 'snippets/shelve_button.html' with book=book %}
|
||||
</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</ol>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue