Parcourir la source

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

master
coldstar il y a 3 ans
Parent
révision
49f395e448
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. +8
    -0
      views/address.pug

+ 8
- 0
views/address.pug Voir le fichier

@@ -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()}

Chargement…
Annuler
Enregistrer