From 935f7f4e7a0ba59f131e7cf531e76b4cbfc13fcc Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 8 Jun 2015 14:12:42 -0500 Subject: apply css classes to tables --- rpcblockchainexplorer/templates/block.html | 2 +- rpcblockchainexplorer/templates/blocks.html | 2 +- rpcblockchainexplorer/templates/transaction.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rpcblockchainexplorer/templates/block.html b/rpcblockchainexplorer/templates/block.html index 1bebc6e..6807550 100644 --- a/rpcblockchainexplorer/templates/block.html +++ b/rpcblockchainexplorer/templates/block.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block content %} - +
{% for key_name in block.keys() %} diff --git a/rpcblockchainexplorer/templates/blocks.html b/rpcblockchainexplorer/templates/blocks.html index e7bacd5..f4b079a 100644 --- a/rpcblockchainexplorer/templates/blocks.html +++ b/rpcblockchainexplorer/templates/blocks.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block content %} -
{{ key_name }}
+
diff --git a/rpcblockchainexplorer/templates/transaction.html b/rpcblockchainexplorer/templates/transaction.html index dde57ed..112ee3d 100644 --- a/rpcblockchainexplorer/templates/transaction.html +++ b/rpcblockchainexplorer/templates/transaction.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block content %} -
blockheight blockhash
+
-- cgit v1.2.3
block {{ blockhash }}