소스 검색

05/25/2021 04:25:58 PM MST

master
coldstar 3 년 전
부모
커밋
eb181a67b7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      views/address.pug

+ 2
- 2
views/address.pug 파일 보기

@@ -12,7 +12,7 @@ block content
table(class="table")
tr
th(class="table-active properties-header") Balance
td(class="monospace") #{(balance/100000000).toLocaleString()}
td(class="monospace") #{balance)/100000000).toLocaleString()}
tr
th(class="table-active properties-header") Recieved
td(class="monospace") #{(received/100000000).toLocaleString()}
td(class="monospace") #{received)/100000000.toLocaleString()}

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