Mercurial > mozilla > hg > talosnames
changeset 28:892dd6b58f05
remove extraneous thing
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 13 Jul 2012 15:56:04 -0700 |
parents | ce9374c19169 |
children | 905daa511aa4 |
files | talosnames/templates/index.html |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/talosnames/templates/index.html Fri Jul 13 15:47:05 2012 -0700 +++ b/talosnames/templates/index.html Fri Jul 13 15:56:04 2012 -0700 @@ -66,12 +66,14 @@ </dl> </td> <td> + {{if graphserver[suite][test]}} <dl> {{for name, longname in graphserver[suite][test]}} <dt>{{name}}</dt> <dd>{{longname}}</dd> {{endfor}} </dl> + {{endif}} </td> </tr> {{endfor}}