summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-06-12 15:38:01 +0200
committerByron Jones <bjones@mozilla.com>2012-06-12 15:38:01 +0200
commiteac19ea6532a8c7c940f3eb14a8f98466b583d56 (patch)
tree144ba418d3839ed355020cc4535d08dbc78d561a /template/en/default/list
parentba37aef75a5f754a735649704ff40a81780daf16 (diff)
parent89b41766cc47e26c59bfd95e351ab7767c394ab9 (diff)
downloadbugzilla-eac19ea6532a8c7c940f3eb14a8f98466b583d56.tar.gz
bugzilla-eac19ea6532a8c7c940f3eb14a8f98466b583d56.tar.xz
merge from bugzilla/4.2
Diffstat (limited to 'template/en/default/list')
-rw-r--r--template/en/default/list/server-push.html.tmpl13
1 files changed, 4 insertions, 9 deletions
diff --git a/template/en/default/list/server-push.html.tmpl b/template/en/default/list/server-push.html.tmpl
index d1c157f72..914d827a9 100644
--- a/template/en/default/list/server-push.html.tmpl
+++ b/template/en/default/list/server-push.html.tmpl
@@ -33,15 +33,10 @@
<h1 style="margin-top: 20%; text-align: center;">Please stand by ...</h1>
[% IF debug %]
- <p>
- [% FOREACH debugline = debugdata %]
- <code>[% debugline FILTER html %]</code><br>
- [% END %]
- </p>
- <p>
- <code>[% query FILTER html %]</code>
- </p>
+ <p>[% query FILTER html %]</p>
+ [% IF query_explain.defined %]
+ <pre>[% query_explain FILTER html %]</pre>
+ [% END %]
[% END %]
-
</body>
</html>