aboutsummaryrefslogtreecommitdiff
path: root/poll.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-24 22:56:19 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-24 22:56:19 +0100
commit10b46f3245345e1e014da4d54a571e89261b276f (patch)
tree87927d8a89617c82fc89870f2471085ff768dda7 /poll.rb
parentd13aa6eb47b807cc1ccc1f95725c2d47197093ff (diff)
show edit user hint
Diffstat (limited to 'poll.rb')
-rw-r--r--poll.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/poll.rb b/poll.rb
index dda6b0f..482edfe 100644
--- a/poll.rb
+++ b/poll.rb
@@ -76,7 +76,7 @@ class Poll
else
ret += "<tr class='participantrow'>\n"
ret += "<td class='name' #{edituser == participant ? "id='active'":""}>"
- ret += "<a href=\"?edituser=#{CGI.escapeHTML(CGI.escape(participant))}\">" if showparticipation
+ ret += "<a title='Edit user #{CGI.escapeHTML(participant)}' href=\"?edituser=#{CGI.escapeHTML(CGI.escape(participant))}\">" if showparticipation
ret += participant
ret += "<span class='edituser'> <sup>#{EDIT}</sup></span></a>" if showparticipation
ret += "</td>\n"