From 9321f5a94730ded71456d417c3714ef538123ac5 Mon Sep 17 00:00:00 2001 From: sidhujag Date: Tue, 8 Sep 2020 09:17:20 -0700 Subject: [PATCH] format tt --- static/templates/txdetail.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/templates/txdetail.html b/static/templates/txdetail.html index 9ff9db07..a8a37b48 100644 --- a/static/templates/txdetail.html +++ b/static/templates/txdetail.html @@ -1,13 +1,13 @@ {{define "txdetail"}}{{$cs := .CoinShortcut}}{{$addr := .AddrStr}}{{$tx := .Tx}}{{$data := .}}
-
+
{{$tx.Txid}} {{- if $tx.Rbf}} ⚠️{{end -}}
- {{- if $tx.TokenType}}
{{$tx.TokenType}}
{{end -}} - {{- if $tx.Blocktime}}
{{if $tx.Confirmations}}mined{{else}}first seen{{end}} {{formatUnixTime $tx.Blocktime}}
{{end -}} + {{- if $tx.Blocktime}}
{{if $tx.Confirmations}}mined{{else}}first seen{{end}} {{formatUnixTime $tx.Blocktime}}
{{end -}}
+ {{- if $tx.TokenType}}
{{$tx.TokenType}}
{{end -}}