From 56e73d5a1cfec0ce4e1e854b22d5a06becbaf026 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Fri, 8 Mar 2013 17:29:04 -0500 Subject: Bug 848232 - dashboard should not say "0 bugs found" if query hasn't completed yet --- .../template/en/default/pages/mydashboard.html.tmpl | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'extensions/MyDashboard/template/en/default/pages') diff --git a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl index 72705eb02..48ab15c9b 100644 --- a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl +++ b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl @@ -92,8 +92,10 @@
- 0 [% terms.bugs %] found - | Refresh + + 0 [% terms.bugs %] found + | Refresh +
@@ -110,8 +112,10 @@
Flags Requested of You
- 0 flags found - | Refresh + + 0 flags found + | Refresh +
@@ -119,8 +123,10 @@
Flags You Have Requested
- 0 flags found - | Refresh + + 0 flags found + | Refresh +
-- cgit v1.2.3-24-g4f1b