From 63ffb48f9c6cf94f626a63c52f0f71daa19c0b78 Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Thu, 3 Oct 2019 09:28:14 -0400 Subject: [PATCH] Made difference between Builds and Tags sections more clear --- www/kojiweb/packageinfo.chtml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/www/kojiweb/packageinfo.chtml b/www/kojiweb/packageinfo.chtml index 313bc88e..639584c4 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