modified order details
This commit is contained in:
parent
da77eb1cfa
commit
267869979e
1 changed files with 3 additions and 3 deletions
|
|
@ -87,9 +87,9 @@ Zamówienia
|
|||
<table>
|
||||
{{range .Cakes}}
|
||||
<tr>
|
||||
<th>{{.Name}}</th>
|
||||
<th>{{.Price}}</th>
|
||||
<th>{{.Amount}}</th>
|
||||
<th>{{.ID}}<br>{{.Name}}</th>
|
||||
<th>Cena:<br>{{.Price}}</th>
|
||||
<th>Ilość:<br>{{.Amount}}</th>
|
||||
</tr>
|
||||
{{end}}
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue