Refactor status display
This commit is contained in:
parent
30d5846fa4
commit
b5467f7d6d
10 changed files with 93 additions and 138 deletions
12
bookwyrm/templates/snippets/book_preview.html
Normal file
12
bookwyrm/templates/snippets/book_preview.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<div class="media">
|
||||
<div class="media-left">
|
||||
<div>
|
||||
<a href="/book/{{ book.id }}">{% include 'snippets/book_cover.html' with book=book %}</a>
|
||||
{% include 'snippets/shelve_button.html' with book=book %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="media-content">
|
||||
<h3 class="title is-6">{% include 'snippets/book_titleby.html' with book=book %}</h3>
|
||||
{% include 'snippets/book_description.html' with book=book %}
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue