about summary refs log tree commit diff
path: root/public/submit-queue.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/submit-queue.tmpl.html')
-rw-r--r--public/submit-queue.tmpl.html10
1 files changed, 1 insertions, 9 deletions
diff --git a/public/submit-queue.tmpl.html b/public/submit-queue.tmpl.html
index 1a71f18d6c7c..c2eff3146637 100644
--- a/public/submit-queue.tmpl.html
+++ b/public/submit-queue.tmpl.html
@@ -67,15 +67,7 @@
       </thead>
       <tbody>
         {{ range $serie := .series }}
-        <tr>
-          <td colspan="3" class="{{ if not ($serie | isAutoSubmittable) }}table-primary{{ else }}table-success{{ end }}">Serie with {{ len $serie.ChangeSets }} changes</td>
-        </tr>
-        {{ range $changeset := $serie.ChangeSets }}
-        {{ block "changeset" $changeset }}{{ end }}
-        {{ end }}
-        <tr>
-          <td colspan="3">&nbsp;</td>
-        </tr>
+        {{ block "serie" $serie }}{{ end }}
         {{ end }}
       </tbody>
     </table>