From af0680517b9d196715e9b4804680e9a7f1d793dd Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Mon, 10 Feb 2014 19:25:41 -0300 Subject: [PATCH] fix table of blocks and txs --- public/views/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/views/index.html b/public/views/index.html index 7856b4e..514acef 100644 --- a/public/views/index.html +++ b/public/views/index.html @@ -12,8 +12,8 @@ Height Age - Transactions - Size + Transactions + Size @@ -23,8 +23,8 @@ {{b.height}} {{humanSince(b.time)}} - {{b.tx.length}} - {{b.size}} + {{b.tx.length}} + {{b.size}} @@ -35,8 +35,8 @@ Hash - Size - Value Out + Size + Value Out @@ -45,8 +45,8 @@ {{tx.txid}} - {{tx.size}} - {{tx.valueOut}} + {{tx.size}} bytes + {{tx.valueOut}} BTC