Procházet zdrojové kódy

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

master
coldstar před 3 roky
rodič
revize
49f395e448
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. +8
    -0
      views/address.pug

+ 8
- 0
views/address.pug Zobrazit soubor

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

Načítá se…
Zrušit
Uložit