mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 03:21:05 +00:00
move outside of authors "if"
This commit is contained in:
parent
629acbaa19
commit
6add81cf15
6 changed files with 15 additions and 9 deletions
|
@ -16,9 +16,10 @@ commented on <a href="{{ book_path }}">{{ book }}</a> by <a href="{{ author_path
|
|||
commented on <a href="{{ book_path }}">{{ book }}</a>
|
||||
{% endblocktrans %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if book.series %}
|
||||
({{book.series}}{%if book.series_number %}, #{{book.series_number}}{% endif %})
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
|
|
|
@ -16,9 +16,10 @@ quoted <a href="{{ book_path }}">{{ book }}</a> by <a href="{{ author_path }}">{
|
|||
quoted <a href="{{ book_path }}">{{ book }}</a>
|
||||
{% endblocktrans %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if book.series %}
|
||||
({{book.series}}{%if book.series_number %}, #{{book.series_number}}{% endif %})
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
|
|
|
@ -18,9 +18,10 @@ finished reading <a href="{{ book_path }}">{{ book }}</a> by <a href="{{ author_
|
|||
finished reading <a href="{{ book_path }}">{{ book }}</a>
|
||||
{% endblocktrans %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if book.series %}
|
||||
({{book.series}}{%if book.series_number %}, #{{book.series_number}}{% endif %})
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
{% endspaceless %}
|
||||
|
|
|
@ -12,10 +12,6 @@ started reading <a href="{{ book_path }}">{{ book }}</a> by <a href="{{ author_p
|
|||
{% endblocktrans %}
|
||||
{% endwith %}
|
||||
|
||||
{% if book.series %}
|
||||
({{book.series}} {%if book.series_number %}#{{book.series_number}}) {% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% else %}
|
||||
|
||||
{% blocktrans trimmed with book_path=book.local_path book=book|book_title %}
|
||||
|
@ -23,4 +19,9 @@ started reading <a href="{{ book_path }}">{{ book }}</a>
|
|||
{% endblocktrans %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if book.series %}
|
||||
({{book.series}} {%if book.series_number %}#{{book.series_number}}) {% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% endspaceless %}
|
||||
|
|
|
@ -16,9 +16,10 @@ reviewed <a href="{{ book_path }}">{{ book }}</a> by <a href="{{ author_path }}"
|
|||
reviewed <a href="{{ book_path }}">{{ book }}</a>
|
||||
{% endblocktrans %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if book.series %}
|
||||
({{book.series}}{%if book.series_number %}, #{{book.series_number}}{% endif %})
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
|
|
|
@ -18,10 +18,11 @@ stopped reading <a href="{{ book_path }}">{{ book }}</a> by <a href="{{ author_p
|
|||
stopped reading <a href="{{ book_path }}">{{ book }}</a>
|
||||
{% endblocktrans %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if book.series %}
|
||||
({{book.series}}{%if book.series_number %}, #{{book.series_number}}{% endif %})
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
{% endspaceless %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue