ソースを参照

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}

読み込み中…
キャンセル
保存