瀏覽代碼

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

master
coldstar 3 年之前
父節點
當前提交
4ad5590085
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      views/address.pug

+ 3
- 3
views/address.pug 查看文件

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

Loading…
取消
儲存