summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-16 14:44:43 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-16 14:44:43 +0900
commite77bfe6260f97f2c0d3665f9ff732eec1482d2e4 (patch)
tree1cd1f850446ac72a888b534bb3726d78fb2b6296 /src
parentFix #170 (diff)
downloadsharkey-e77bfe6260f97f2c0d3665f9ff732eec1482d2e4.tar.gz
sharkey-e77bfe6260f97f2c0d3665f9ff732eec1482d2e4.tar.bz2
sharkey-e77bfe6260f97f2c0d3665f9ff732eec1482d2e4.zip
[Client] Improve
Diffstat (limited to 'src')
-rw-r--r--src/web/app/common/tags/poll.tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/tags/poll.tag b/src/web/app/common/tags/poll.tag
index 7b0e618d65..1e39f6f730 100644
--- a/src/web/app/common/tags/poll.tag
+++ b/src/web/app/common/tags/poll.tag
@@ -1,6 +1,6 @@
<mk-poll data-is-voted={ isVoted }>
<ul>
- <li each={ poll.choices } onclick={ vote.bind(null, id) } class={ voted: voted }>
+ <li each={ poll.choices } onclick={ vote.bind(null, id) } class={ voted: voted } title={ !parent.isVoted ? '「' + text + '」に投票する' : '' }>
<div class="backdrop" if={ parent.result } style={ 'width:' + (votes / parent.total * 100) + '%' }></div>
<span>
<i class="fa fa-check" if={ is_voted }></i>