Преглед изворни кода

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

master
coldstar пре 3 година
родитељ
комит
eb181a67b7
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      views/address.pug

+ 2
- 2
views/address.pug Прегледај датотеку

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

Loading…
Откажи
Сачувај