Przeglądaj źródła

05/25/2021 08:24:42 PM MST

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

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

@@ -11,8 +11,8 @@ block content

table(class="table")
tr
th(class="table-active properties-header") Balance
td(class="monospace") #{balance}.toLocaleString()
th(class="table-active properties-header") Balance (including unconfirmed)
td(class="monospace") #{balance}
tr
th(class="table-active properties-header") Recieved
td(class="monospace") #{received}.toLocaleString()
td(class="monospace") #{received}

Ładowanie…
Anuluj
Zapisz