summaryrefslogtreecommitdiffstats
path: root/extensions/ProductDashboard/template/en
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ProductDashboard/template/en')
-rw-r--r--extensions/ProductDashboard/template/en/default/pages/productdashboard/summary.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard/summary.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard/summary.html.tmpl
index ea3bcf89a..5afba25a9 100644
--- a/extensions/ProductDashboard/template/en/default/pages/productdashboard/summary.html.tmpl
+++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard/summary.html.tmpl
@@ -51,7 +51,7 @@
name: "[% col.0 FILTER js %]",
count: [% col.1 || 0 FILTER js %],
percentage: [% col.2 || 0 FILTER js %],
- link: '<a href="[% bug_link_all FILTER js %]&amp;priority=[% col.0 FILTER uri FILTER js %]">Link</a>'
+ link: '<a href="[% bug_link FILTER js %]&amp;priority=[% col.0 FILTER uri FILTER js %]">Link</a>'
},
[% END %]
];
@@ -63,7 +63,7 @@
name: "[% col.0 FILTER js %]",
count: [% col.1 || 0 FILTER js %],
percentage: [% col.2 || 0 FILTER js %],
- link: '<a href="[% bug_link_all FILTER js %]&amp;bug_severity=[% col.0 FILTER uri FILTER js %]">Link</a>'
+ link: '<a href="[% bug_link FILTER js %]&amp;bug_severity=[% col.0 FILTER uri FILTER js %]">Link</a>'
},
[% END %]
];