Merge branch 'main' into shelve-buttons

This commit is contained in:
Mouse Reeve
2021-02-09 13:28:00 -08:00
committed by GitHub
84 changed files with 1873 additions and 326 deletions

View File

@ -2,8 +2,8 @@
<div class="columns">
<div class="column is-narrow">
<div>
<a href="/book/{{ book.id }}">{% include 'snippets/book_cover.html' with book=book %}</a>
{% include 'snippets/shelve_button/shelve_button.html' with book=book %}
<a href="{{ book.local_path }}">{% include 'snippets/book_cover.html' with book=book %}</a>
{% include 'snippets/shelve_button/shelve_button.html' with book=book %}
</div>
</div>
<div class="column">