소스 검색

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}

불러오는 중...
취소
저장