|
|
@@ -9,3 +9,11 @@ block content |
|
|
|
small(class="monospace") #{address} |
|
|
|
hr |
|
|
|
|
|
|
|
|
|
|
|
table(class="table") |
|
|
|
tr |
|
|
|
th(class="table-active properties-header") Balance |
|
|
|
td(class="monospace") #{(balance/100000000).toLocaleString()} |
|
|
|
tr |
|
|
|
th(class="table-active properties-header") Recieved |
|
|
|
td(class="monospace") #{(res.locals.received/100000000).toLocaleString()} |