|
@@ -12,7 +12,7 @@ block content |
|
|
table(class="table") |
|
|
table(class="table") |
|
|
tr |
|
|
tr |
|
|
th(class="table-active properties-header") Balance |
|
|
th(class="table-active properties-header") Balance |
|
|
td(class="monospace") #{balance}/100000000).toLocaleString() |
|
|
|
|
|
|
|
|
td(class="monospace") #{balance}.toLocaleString() |
|
|
tr |
|
|
tr |
|
|
th(class="table-active properties-header") Recieved |
|
|
th(class="table-active properties-header") Recieved |
|
|
td(class="monospace") #{received}/100000000).toLocaleString() |
|
|
|
|
|
|
|
|
td(class="monospace") #{received}.toLocaleString() |