From f21d28c60186a7dc5d207755c5a8a49d4475dc4a Mon Sep 17 00:00:00 2001 From: Rich Morgan Date: Tue, 18 Feb 2014 10:00:50 -0500 Subject: [PATCH 1/2] Added missing /td in Height row --- public/views/block.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/views/block.html b/public/views/block.html index 21c26440..60d1ee58 100644 --- a/public/views/block.html +++ b/public/views/block.html @@ -44,6 +44,7 @@ {{block.height}} (Mainchain) (Orphaned) + Block Reward From a820594b8b2c18c115dbfb697bc2c43e88f03f6b Mon Sep 17 00:00:00 2001 From: Rich Morgan Date: Tue, 18 Feb 2014 10:28:40 -0500 Subject: [PATCH 2/2] Added missing /p in pagination row. --- public/views/block_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/views/block_list.html b/public/views/block_list.html index 99d9ffd4..f8656f64 100644 --- a/public/views/block_list.html +++ b/public/views/block_list.html @@ -14,7 +14,7 @@

 

Today

-

{{humanSince(pagination.currentTs)}} +

{{humanSince(pagination.currentTs)}}