Skip to content
Snippets Groups Projects
Commit 21c472d3 authored by syuilo's avatar syuilo
Browse files

[Client:Desktop] 🎨

parent 34e9a8a7
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<p class="title"><i class="fa fa-pie-chart"></i>投票</p>
<button onclick={ refresh } title="他を見る"><i class="fa fa-refresh"></i></button>
<div class="poll" if={ !loading && poll != null }>
<p class="text">{ poll.text }</p>
<p class="text" if={ poll.text }>{ poll.text }</p>
<mk-poll post={ poll }></mk-poll>
</div>
<p class="empty" if={ !loading && poll == null }>ありません!</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment