From 6635baaa9a7b45433e7d41970e551c516526ca4b Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 8 Jun 2015 14:05:37 -0500 Subject: link to blocks from index --- rpcblockchainexplorer/templates/blocks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcblockchainexplorer/templates/blocks.html b/rpcblockchainexplorer/templates/blocks.html index cb29ada..e7bacd5 100644 --- a/rpcblockchainexplorer/templates/blocks.html +++ b/rpcblockchainexplorer/templates/blocks.html @@ -9,7 +9,7 @@ {% for block in blocks %} {{ block["height"] }} - {{ block["hash"] }} + {{ block["hash"] }} {% endfor %} -- cgit v1.2.3