forked from mirrors/bookwyrm
make comment toggle clickable
This commit is contained in:
parent
82896e7d81
commit
68cb1612e2
1 changed files with 5 additions and 1 deletions
|
@ -33,7 +33,11 @@
|
||||||
{% if request.user.is_authenticated %}
|
{% if request.user.is_authenticated %}
|
||||||
|
|
||||||
<label class="button is-small" for="show-comment-{{ status.id }}">
|
<label class="button is-small" for="show-comment-{{ status.id }}">
|
||||||
<span class="icon icon-comment"><span class="is-sr-only">Comment</span></span>
|
<div role="button" tabindex="0">
|
||||||
|
<span class="icon icon-comment">
|
||||||
|
<span class="is-sr-only">Comment</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</label>
|
</label>
|
||||||
{% include 'snippets/boost_button.html' with status=status %}
|
{% include 'snippets/boost_button.html' with status=status %}
|
||||||
{% include 'snippets/fav_button.html' with status=status %}
|
{% include 'snippets/fav_button.html' with status=status %}
|
||||||
|
|
Loading…
Reference in a new issue