Explorar el Código

05/25/2021 04:25:58 PM MST

master
coldstar hace 3 años
padre
commit
eb181a67b7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      views/address.pug

+ 2
- 2
views/address.pug Ver fichero

@@ -12,7 +12,7 @@ block content
table(class="table")
tr
th(class="table-active properties-header") Balance
td(class="monospace") #{(balance/100000000).toLocaleString()}
td(class="monospace") #{balance)/100000000).toLocaleString()}
tr
th(class="table-active properties-header") Recieved
td(class="monospace") #{(received/100000000).toLocaleString()}
td(class="monospace") #{received)/100000000.toLocaleString()}

Cargando…
Cancelar
Guardar