From 73ecaf8edb2d268d4d461167861633d97e5fb1c1 Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Oct 03 2019 13:28:14 +0000 Subject: Made difference between Builds and Tags sections more clear --- diff --git a/www/kojiweb/packageinfo.chtml b/www/kojiweb/packageinfo.chtml index 313bc88..639584c 100644 --- a/www/kojiweb/packageinfo.chtml +++ b/www/kojiweb/packageinfo.chtml @@ -54,6 +54,13 @@ #end for + #if $buildStart > 0 + <<< + #end if + Builds #echo $buildStart + 1 # through #echo $buildStart + $buildCount # of $totalBuilds + #if $buildStart + $buildCount < $totalBuilds + >>> + #end if #else No builds #end if @@ -102,6 +109,13 @@ #end for + #if $tagStart > 0 + <<< + #end if + Tags #echo $tagStart + 1 # through #echo $tagStart + $tagCount # of $totalTags + #if $tagStart + $tagCount < $totalTags + >>> + #end if #else No tags #end if