Przeglądaj źródła

05/25/2021 04:28:59 PM MST

master
coldstar 3 lat temu
rodzic
commit
f9f1168448
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      views/address.pug

+ 2
- 2
views/address.pug Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz