mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-20 05:58:09 +00:00
Switches column attrs
This commit is contained in:
parent
dbc6fb1d18
commit
7b32a122e4
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column is-narrow">
|
<div class="column">
|
||||||
{% include 'snippets/book_cover.html' with book=book size=large %}
|
{% include 'snippets/book_cover.html' with book=book size=large %}
|
||||||
{% include 'snippets/rate_action.html' with user=request.user book=book %}
|
{% include 'snippets/rate_action.html' with user=request.user book=book %}
|
||||||
{% include 'snippets/shelve_button.html' %}
|
{% include 'snippets/shelve_button.html' %}
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="column">
|
<div class="column is-three-quarters">
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<h3>{% include 'snippets/stars.html' with rating=rating %}</h3>
|
<h3>{% include 'snippets/stars.html' with rating=rating %}</h3>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue