Explorar el Código

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

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

+ 8
- 0
views/address.pug Ver fichero

@@ -9,3 +9,11 @@ block content
small(class="monospace") #{address}
hr


table(class="table")
tr
th(class="table-active properties-header") Balance
td(class="monospace") #{(balance/100000000).toLocaleString()}
tr
th(class="table-active properties-header") Recieved
td(class="monospace") #{(res.locals.received/100000000).toLocaleString()}

Cargando…
Cancelar
Guardar