From 2bd061b8207e9f1ca5c9b9cd522efc1fb0c44ce6 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Sun, 25 Oct 2009 21:22:26 +0100 Subject: show history only if revno > 1 --- participate.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'participate.rb') diff --git a/participate.rb b/participate.rb index 1ac9f64..7937ffc 100755 --- a/participate.rb +++ b/participate.rb @@ -80,13 +80,12 @@ $htmlout += <
-

history:#{table.history_to_html}

HEAD # TABLE - $htmlout += "

#{table.name}

" if VCS.revno == 1 $htmlout += <#{table.name}
     .
   .:;:.
@@ -107,6 +106,8 @@ if VCS.revno == 1
 HINT
 else
 	$htmlout += <history:#{table.history_to_html}

+

#{table.name}

#{table.to_html($cgi['edituser'])} -- cgit v1.2.3