From 3f9a8b96a4a2703c4d91a761a2faa9dcebc1dddd Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Thu, 9 Feb 2017 00:09:30 +0000 Subject: [PATCH] fix: showing json details of coinbase txs --- src/templates/partials/tx_details.html | 36 ++++++++++++-------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/src/templates/partials/tx_details.html b/src/templates/partials/tx_details.html index bf32ba8..ab6f860 100644 --- a/src/templates/partials/tx_details.html +++ b/src/templates/partials/tx_details.html @@ -195,7 +195,7 @@ - + {{/inputs}} - {{^have_raw_tx}} - {{^with_ring_signatures}} -
More details
- {{/with_ring_signatures}} - {{#with_ring_signatures}} - -

JSON representation of tx

-
- - {{tx_json}} - -
- -
Less details
- {{/with_ring_signatures}} - {{/have_raw_tx}} - {{/has_inputs}} +{{^have_raw_tx}} + {{^with_ring_signatures}} +
More details
+ {{/with_ring_signatures}} + {{#with_ring_signatures}} +

JSON representation of tx

+
+ + {{tx_json}} + +
+
Less details
+ {{/with_ring_signatures}} +{{/have_raw_tx}} +