summaryrefslogtreecommitdiffstats
path: root/template/en/default/request
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-07-13 10:07:15 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-07-13 10:07:15 +0200
commit2d597e06c3285017460a820e1cf66988dcc64e8b (patch)
tree8d95f787b7988dd14894a8827075fc5c644376c8 /template/en/default/request
parent2388ff44bec47a6be9a8ecce9504e579a8ff0377 (diff)
downloadbugzilla-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/request')
-rw-r--r--template/en/default/request/queue.html.tmpl2
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 %]