Fixes UI for statuses
This commit is contained in:
parent
8dbfa506b8
commit
3eeeb78bd7
8 changed files with 61 additions and 55 deletions
|
@ -1,8 +1,8 @@
|
|||
<span class="title">
|
||||
<span>
|
||||
<a href="/book/{{ book.id }}">{{ book.title }}</a>
|
||||
</span>
|
||||
{% if book.authors %}
|
||||
<span class="author">
|
||||
<span>
|
||||
by {% include 'snippets/authors.html' with book=book %}
|
||||
</span>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue