From e77bfe6260f97f2c0d3665f9ff732eec1482d2e4 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Thu, 16 Feb 2017 14:44:43 +0900
Subject: [PATCH] [Client] Improve

---
 src/web/app/common/tags/poll.tag | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/web/app/common/tags/poll.tag b/src/web/app/common/tags/poll.tag
index 7b0e618d6..1e39f6f73 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>