diff --git a/src/root/product-list.tt b/src/root/product-list.tt index 5eef9640..17e2911e 100644 --- a/src/root/product-list.tt +++ b/src/root/product-list.tt @@ -117,19 +117,7 @@ [% END %] - [% CASE "channel" %] - - - - - Channel - Channel expression tarball [% product.name %] - [% IF product.subtype != "-" %]for [% product.subtype %][% END %] - - - - - [% CASE "file" %] + [% CASE ["file", "channel"] %] @@ -148,7 +136,13 @@ [% CASE "binary-dist" %] Binary distribution Binary distribution [% product.name %] [% CASE DEFAULT %] - File [% product.name %] of type [% product.subtype %] + [% IF product.type == "channel" %] + Channel + Channel expression tarball [% product.name %] + [% IF product.subtype != "-" %]for [% product.subtype %][% END %] + [% ELSE %] + File [% product.name %] of type [% product.subtype %] + [% END %] [% END %] [% WRAPPER makePopover title="Details" classes="btn-mini" %]