From 25db977338ca2a1138e32315102c5f7434df17cd Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Thu, 28 Jan 2010 22:05:13 +0100 Subject: add reload button to participate interface --- participate.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'participate.rb') diff --git a/participate.rb b/participate.rb index 22e7749..c9eb916 100755 --- a/participate.rb +++ b/participate.rb @@ -45,6 +45,13 @@ $d.table.delete_comment($cgi["delete_comment"].to_i) if $cgi.include?("delete_co $d.html.add_atom("atom.cgi") if File.exists?("../atom.rb") +reloadstr = _("Reload") +$d << < +#{reloadstr} + +END + # TABLE $d << < -- cgit v1.2.3