From 1505a56a70c79307e34e45b5064065f05fc57fb4 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 7 Jan 2022 15:14:02 -0500 Subject: [PATCH] build.tt: only show RunCommandLogs tab if there are any to show --- src/root/build.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root/build.tt b/src/root/build.tt index d5222469..dc58f191 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -149,7 +149,7 @@ END; [% IF build.dependents %][% END%] [% IF drvAvailable %][% END %] [% IF localStore && available %][% END %] - + [% IF runcommandlogs.size() > 0 %][% END %]