Remove
This commit is contained in:
parent
47a1ec95b8
commit
06fb132993
1 changed files with 0 additions and 2 deletions
|
|
@ -17,7 +17,6 @@
|
||||||
<th>Accepted</th>
|
<th>Accepted</th>
|
||||||
<th>Status</th>
|
<th>Status</th>
|
||||||
<th>Paid</th>
|
<th>Paid</th>
|
||||||
<th>Cakes</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
{{range .}}
|
{{range .}}
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -30,7 +29,6 @@
|
||||||
<th>{{.Accepted.Format "2006-01-02"}}</th>
|
<th>{{.Accepted.Format "2006-01-02"}}</th>
|
||||||
<th>{{.Status}}</th>
|
<th>{{.Status}}</th>
|
||||||
<th>{{.Paid}}</th>
|
<th>{{.Paid}}</th>
|
||||||
<th>{{range .Cakes}} {{.Name}} {{.Amount}} {{end}}</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
{{end}}
|
{{end}}
|
||||||
</table>
|
</table>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue