From 542252e0e5397c04b966dbc19bcc2cca1074ac51 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Thu, 8 Sep 2016 07:34:56 +0800 Subject: [PATCH] json representation moved to more detailed view --- src/templates/tx.html | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/templates/tx.html b/src/templates/tx.html index e1f0bb1..edb4b59 100644 --- a/src/templates/tx.html +++ b/src/templates/tx.html @@ -145,18 +145,12 @@ -

JSON representaiton of tx

-
- - {{tx_json}} - -
{{^with_ring_signatures}} -
Show this tx with ring signature for each input
+
More details
{{/with_ring_signatures}} {{#with_ring_signatures}} -
Show this tx without ring signature for each input
+
Less details
{{/with_ring_signatures}}