diff --git a/src/root/search.tt b/src/root/search.tt index 06f1e8ed9..d8d5ffbc8 100644 --- a/src/root/search.tt +++ b/src/root/search.tt @@ -7,7 +7,7 @@ [% IF builds.size > 0 %] -

The following builds match your query:[% IF builds.size > limit %] (first [% limit %] results only)[% END %]

+

The [% type %] paths of the following builds match your query:[% IF builds.size > limit %] (first [% limit %] results only)[% END %]

[% INCLUDE renderBuildList %] @@ -75,8 +75,8 @@ [% END %] -[% INCLUDE renderBuildSearch %] -[% INCLUDE renderBuildSearch builds=buildsdrv %] +[% INCLUDE renderBuildSearch type='output' %] +[% INCLUDE renderBuildSearch type='derivation' builds=buildsdrv %] [% IF builds.size > 0 || buildsdrv.size > 0 ; matched = 1 ; END %]