More template tweaks.
[catagits/Gitalist.git] / root / repository / search.tt2
index 318d5a1..b3f2327 100755 (executable)
@@ -9,6 +9,12 @@
 </tr>
 [% END %]
 
+[% IF results.size == 0 %]
+<div class="copy">
+No results found for <q>[% c.req.param('text') | html %]</q>.
+</div>
+[% ELSE %]
+
 <table class='listing'>
 <thead>[% PROCESS shortlog_table_headfoot type = 'head' %]</thead>
 <tbody>
@@ -32,4 +38,6 @@
 </tr>
 [% END %]
 </tbody>
-</table>
\ No newline at end of file
+</table>
+
+[% END %]