about summary refs log tree commit diff
path: root/public/serie.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/serie.tmpl.html')
-rw-r--r--public/serie.tmpl.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/serie.tmpl.html b/public/serie.tmpl.html
index 7db666c173ec..8c653946ce7e 100644
--- a/public/serie.tmpl.html
+++ b/public/serie.tmpl.html
@@ -1,6 +1,6 @@
 {{ define "serie" }}
 <tr>
-<td colspan="3" class="{{ if not (. | isAutoSubmittable) }}table-primary{{ else }}table-success{{ end }}">Serie with {{ len .ChangeSets }} changes</td>
+<td colspan="3" class="table-success">Serie with {{ len .ChangeSets }} changes</td>
 </tr>
 {{ range $changeset := .ChangeSets }}
 {{ block "changeset" $changeset }}{{ end }}