tvl-depot/public/serie.tmpl.html

11 lines
256 B
HTML
Raw Normal View History

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