Selaa lähdekoodia

05/25/2021 08:24:42 PM MST

master
coldstar 3 vuotta sitten
vanhempi
commit
4ad5590085
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +3
    -3
      views/address.pug

+ 3
- 3
views/address.pug Näytä tiedosto

@@ -11,8 +11,8 @@ block content

table(class="table")
tr
th(class="table-active properties-header") Balance
td(class="monospace") #{balance}.toLocaleString()
th(class="table-active properties-header") Balance (including unconfirmed)
td(class="monospace") #{balance}
tr
th(class="table-active properties-header") Recieved
td(class="monospace") #{received}.toLocaleString()
td(class="monospace") #{received}

Loading…
Peruuta
Tallenna