about summary refs log blame commit diff
path: root/public/serie.tmpl.html
blob: 7db666c173ec313a23a196a40fde015ec0faab05 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                                                                                       
{{ define "serie" }}
<tr>
<td colspan="3" class="{{ if not (. | isAutoSubmittable) }}table-primary{{ else }}table-success{{ end }}">Serie with {{ len .ChangeSets }} changes</td>
</tr>
{{ range $changeset := .ChangeSets }}
{{ block "changeset" $changeset }}{{ end }}
{{ end }}
<tr>
<td colspan="3">&nbsp;</td>
</tr>
{{ end }}