From 4964458327f2bcf8ce95d71175500bec8d9951a8 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Thu, 8 Sep 2016 07:23:56 +0800 Subject: [PATCH] json tx moved to end of template --- src/templates/tx.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/templates/tx.html b/src/templates/tx.html index 918bee2..e1f0bb1 100644 --- a/src/templates/tx.html +++ b/src/templates/tx.html @@ -46,12 +46,6 @@ -

JSON representaiton of tx

-
- - {{tx_json}} - -

{{outputs_no}} output(s) for total of {{outputs_xmr_sum}} xmr

@@ -150,6 +144,14 @@ {{/inputs}} + +

JSON representaiton of tx

+
+ + {{tx_json}} + +
+ {{^with_ring_signatures}}
Show this tx with ring signature for each input
{{/with_ring_signatures}}