|
@@ -11,8 +11,8 @@ block content |
|
|
|
|
|
|
|
|
table(class="table") |
|
|
table(class="table") |
|
|
tr |
|
|
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 |
|
|
tr |
|
|
th(class="table-active properties-header") Recieved |
|
|
th(class="table-active properties-header") Recieved |
|
|
td(class="monospace") #{received}.toLocaleString() |
|
|
|
|
|
|
|
|
td(class="monospace") #{received} |