diff --git a/src/root/build.tt b/src/root/build.tt index 9da054fc..6dfc209c 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -143,7 +143,7 @@ [% IF build.iscachedbuild %] Cached from: - [% INCLUDE renderFullBuildLink build=cachedBuild %] + [% IF cachedBuild; INCLUDE renderFullBuildLink build=cachedBuild; ELSE %]unknown[% END %] [% END %] [% IF build.finished %] @@ -266,23 +266,23 @@ Short description: - [% IF build.description %][% HTML.escape(build.description) %][% ELSE %](not given)[% END %] + [% IF build.description %][% HTML.escape(build.description) %][% ELSE %]not given[% END %] Long description: - [% IF build.longdescription %][% HTML.escape(build.longdescription) %][% ELSE %](not given)[% END %] + [% IF build.longdescription %][% HTML.escape(build.longdescription) %][% ELSE %]not given[% END %] License: - [% IF build.license %][% HTML.escape(build.license) %][% ELSE %](not given)[% END %] + [% IF build.license %][% HTML.escape(build.license) %][% ELSE %]not given[% END %] Homepage: - [% IF build.homepage %] build.homepage) %]>[% HTML.escape(build.homepage) %][% ELSE %](not given)[% END %] + [% IF build.homepage %] build.homepage) %]>[% HTML.escape(build.homepage) %][% ELSE %]not given[% END %] Maintainer(s): - [% IF build.maintainers %][% HTML.escape(build.maintainers) %][% ELSE %](not given)[% END %] + [% IF build.maintainers %][% HTML.escape(build.maintainers) %][% ELSE %]not given[% END %] System: