Use ⚡ as unit symbol
This commit is contained in:
parent
a01d4488cc
commit
de42a7435b
|
@ -52,7 +52,7 @@
|
|||
<td>
|
||||
<div class="flex yes">
|
||||
<span class="align-left">YES</span>
|
||||
<span style="width: 100%" class="align-right">{{.Quantity}} @ {{.Price}}</span>
|
||||
<span style="width: 100%" class="align-right">{{.Quantity}} @ {{.Price}} ⚡</span>
|
||||
</div>
|
||||
</td>
|
||||
{{ else }}
|
||||
|
@ -62,7 +62,7 @@
|
|||
<td>
|
||||
<div class="flex no" style="width: 100%">
|
||||
<span class="align-left">{{.Share.Description}}</span>
|
||||
<span style="width: 100%" class="align-right">{{.Quantity}} @ {{.Price}}</span>
|
||||
<span style="width: 100%" class="align-right">{{.Quantity}} @ {{.Price}} ⚡</span>
|
||||
</div>
|
||||
</td>
|
||||
{{ else }}
|
||||
|
@ -72,7 +72,7 @@
|
|||
<td>
|
||||
<div class="flex yes">
|
||||
<span class="align-left">NO</span>
|
||||
<span style="width: 100%" class="align-right">{{.Quantity}} @ {{.Price}}</span>
|
||||
<span style="width: 100%" class="align-right">{{.Quantity}} @ {{.Price}} ⚡</span>
|
||||
</div>
|
||||
</td>
|
||||
{{ else }}
|
||||
|
@ -97,7 +97,7 @@
|
|||
</select>
|
||||
<label>quantity</label>
|
||||
<input id="quantity" type="number" name="quantity" placeholder="quantity" />
|
||||
<label>price [sats]</label>
|
||||
<label>price [sats ⚡]</label>
|
||||
<input id="price" type="number" name="price" placeholder="price" />
|
||||
<label id="submit-label"></label>
|
||||
<button type="submit">SUBMIT</button>
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
</td>
|
||||
<td class="align-center">{{.Side}}</td>
|
||||
<td class="align-center">{{.Share.Description}}</td>
|
||||
<td class="align-right">{{.Quantity}} @ {{.Price}}</td>
|
||||
<td class="align-right">{{.Quantity}} @ {{.Price}} ⚡</td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
@ -80,7 +80,7 @@
|
|||
</td>
|
||||
<td class="align-center">{{.Side}}</td>
|
||||
<td class="align-center">{{.Share.Description}}</td>
|
||||
<td class="align-right">{{.Quantity}} @ {{.Price}}</td>
|
||||
<td class="align-right">{{.Quantity}} @ {{.Price}} ⚡</td>
|
||||
<td class="align-right"><a href="/invoice/{{.InvoiceId}}">invoice</a></td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue