diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-13 10:07:15 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-13 10:07:15 +0200 |
commit | 2d597e06c3285017460a820e1cf66988dcc64e8b (patch) | |
tree | 8d95f787b7988dd14894a8827075fc5c644376c8 /template/en/default | |
parent | 2388ff44bec47a6be9a8ecce9504e579a8ff0377 (diff) | |
download | bugzilla-2d597e06c3285017460a820e1cf66988dcc64e8b.tar.gz bugzilla-2d597e06c3285017460a820e1cf66988dcc64e8b.tar.xz |
Bug 578007: Requests queue page has a broken table layout for various groupings
r=reed a=LpSolit
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/request/queue.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl index e2838c863..92df4b2c2 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -191,7 +191,7 @@ to some group are shown by default. </p> [% ELSE %] [% FOREACH request = requests %] - [% IF request.$group_field != group_value %] + [% IF request.$group_field != group_value || loop.first %] [% group_value = request.$group_field %] [% PROCESS display_buglist UNLESS loop.first %] [% PROCESS start_new_table %] |