소스 검색

05/23/2021 10:12:04 PM MST

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

+ 3
- 3
views/includes/block-content.pug 파일 보기

@@ -167,11 +167,11 @@ div(class="tab-content")
//a(href=""/tx/" + #{tx.txid}", class="nav-link") more ... #{tx.txid}
//a(href=("/tx/" + tx.txid), class="monospace") #{tx.txid}
span(class="monospace text-muted") #{(tx.vin.length - result.txInputsByTransaction[tx.txid].length).toLocaleString()}:
//span(class="monospace text-muted") #{(tx.vin.length - result.txInputsByTransaction[tx.txid].length).toLocaleString()}:
span(class="monospace text-muted") #{tx.vin.length.toLocaleString()}:
//a(href=("/tx/" + tx.txid), class="monospace")
a(href=("/tx/" + tx.txid), class="monospace") more ..
a(href=("/tx/" + tx.txid), class="monospace") for all #{tx.vin.length.toLocaleString()}
td
else


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