diff options
Diffstat (limited to 'public/submit-queue.tmpl.html')
-rw-r--r-- | public/submit-queue.tmpl.html | 10 |
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"> </td> - </tr> + {{ block "serie" $serie }}{{ end }} {{ end }} </tbody> </table> |