From d67ed6078ec039fad57b6e87f4a08f5361b47666 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 11 Jan 2012 18:05:46 -0500 Subject: Bug 712052 - Investigate if patches could have priority flags r=glob --- template/en/default/request/queue.html.tmpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'template/en/default/request') diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl index 57650de55..a1f670158 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -198,7 +198,10 @@ to some group are shown by default. [% PROCESS start_new_table %] [% END %] [% buglist.${request.bug_id} = 1 %] - + + [% FOREACH column = display_columns %] [% NEXT IF column == group_field || excluded_columns.contains(column) %] @@ -238,7 +241,7 @@ to some group are shown by default. [% BLOCK display_bug %] - [% request.bug_id %]: [%+ request.bug_summary FILTER html %] + [% request.bug_id %] ([% request.priority FILTER html %]/[% request.bug_severity FILTER html %]): [%+ request.bug_summary FILTER html %] [% END %] [% BLOCK display_attachment %] -- cgit v1.2.3-24-g4f1b