From 4047f31e79491e9002501d53fb8b9a79e6d2f6b7 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Sun, 26 Jan 2014 13:13:29 +0100 Subject: Bug 933253: In duplicates.cgi, display the Priority field instead of the OS field r=LpSolit a=justdave --- template/en/default/reports/duplicates-table.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template') diff --git a/template/en/default/reports/duplicates-table.html.tmpl b/template/en/default/reports/duplicates-table.html.tmpl index 0484c8fcd..b8cd2ca78 100644 --- a/template/en/default/reports/duplicates-table.html.tmpl +++ b/template/en/default/reports/duplicates-table.html.tmpl @@ -31,7 +31,7 @@ description => "Change in last
$changedsince day(s)" }, { name => "component", description => field_descs.component }, { name => "bug_severity", description => field_descs.bug_severity }, - { name => "op_sys", description => field_descs.op_sys }, + { name => "priority", description => field_descs.priority }, { name => "target_milestone", description => field_descs.target_milestone }, { name => "short_desc", description => field_descs.short_desc }, ] %] @@ -92,8 +92,8 @@ [%- display_value('bug_severity', bug.bug_severity) FILTER html %] - - [%- display_value('op_sys', bug.op_sys) FILTER html %] + + [%- display_value('priority', bug.priority) FILTER html %] [% display_value('target_milestone', -- cgit v1.2.3-24-g4f1b