This commit is contained in:
syuilo
2017-08-30 18:56:51 +09:00
parent 5d57b28800
commit 659446c075
2 changed files with 5 additions and 1 deletions

View File

@ -190,7 +190,7 @@
<button class={ reacted: p.my_reaction != null } onclick={ react } ref="reactButton">
<i class="fa fa-plus"></i><p class="count" if={ p.reactions_count > 0 }>{ p.reactions_count }</p>
</button>
<button class={ reacted: p.my_reaction != null } onclick={ react } ref="reactButton">
<button onclick={ menu } ref="menuButton">
<i class="fa fa-ellipsis-h"></i>
</button>
</footer>