From 4712970b6b50a7737fb8c2c8c706506d78f365de Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Thu, 2 Jul 2009 00:25:52 +0200 Subject: edit symbol --- poll.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'poll.rb') diff --git a/poll.rb b/poll.rb index 9e5e75b..3f762f6 100644 --- a/poll.rb +++ b/poll.rb @@ -41,7 +41,7 @@ class Poll ret += "#{CGI.escapeHTML(columntitle)}" - ret += "
\nedit" if config + ret += "
\n#{EDIT}" if config ret += "" } ret += "Last Edit\n" @@ -56,7 +56,7 @@ class Poll ret += "\n" ret += "" ret += participant - ret += " edit" unless config + ret += " #{EDIT}" unless config ret += "\n" @head.sort.each{|columntitle,columndescription| klasse = poll[columntitle] -- cgit v1.2.3