diff talosnames/templates/index.html @ 22:82d15f93cc4a

wip
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 10 Jul 2012 19:04:23 -0700
parents 48b4c926be73
children 56d267d847e1
line wrap: on
line diff
--- a/talosnames/templates/index.html	Tue Jul 10 18:56:34 2012 -0700
+++ b/talosnames/templates/index.html	Tue Jul 10 19:04:23 2012 -0700
@@ -20,10 +20,7 @@
   <td>{{suite}}</td>
   <td><tt>{{repr(commands[suite])}}</tt></td>
   <td>{{tbpl[suite]}}</td>
-  <td><pre>foo
-
-
-bar</pre></td>
+  <td><pre>{{pprint(tests[suite])}}</pre></td>
 </tr>
 {{endfor}}
 </table>