summaryrefslogtreecommitdiffstats
path: root/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-08-16 23:03:11 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-08-16 23:03:11 +0200
commit85fa6fb9eef5a063ca84ebe1ca47b16be6c44ccc (patch)
tree8bbcd4019288b2607cae879479be605faf1a5bcd /extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl
parent2b11e4ce9253bf543bde87c16bd9b6d90446cff6 (diff)
downloadbugzilla-85fa6fb9eef5a063ca84ebe1ca47b16be6c44ccc.tar.gz
bugzilla-85fa6fb9eef5a063ca84ebe1ca47b16be6c44ccc.tar.xz
Dashboard improvements
Diffstat (limited to 'extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl')
-rw-r--r--extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl
index b6b159155..ad0f8eca4 100644
--- a/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl
+++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl
@@ -36,7 +36,9 @@ PD.fields = [
PD.addStatListener("popularity_counts", "popularity_counts_table", PD.column_defs, PD.fields, PD.options);
-->
</script>
-
+
+<h3>Most voted on [% terms.bugs %]</h3>
+
[% IF by_popularity.size %]
<b>[% by_popularity.size FILTER html %]&nbsp;[% terms.Bugs %] Found</b>
<div class="yui-skin-sam">
@@ -70,5 +72,5 @@ PD.addStatListener("popularity_counts", "popularity_counts_table", PD.column_def
</div>
</div>
[% ELSE %]
- <h3>No [% terms.bugs %] found.</h3>
+ <b>No [% terms.bugs %] found.</b>
[% END %]