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

                    
                                                                                   







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