diff --git a/static/templates/txdetail.html b/static/templates/txdetail.html index fbef2681..4256a29f 100644 --- a/static/templates/txdetail.html +++ b/static/templates/txdetail.html @@ -16,7 +16,10 @@ {{- range $vin := $tx.Vin -}} - {{- range $a := $vin.Addresses}} + {{- if $vin.Txid -}} + ➡  + {{- end -}} + {{- range $a := $vin.Addresses -}} {{if and (ne $a $addr) $vin.Searchable}}{{$a}}{{else}}{{$a}}{{end}} @@ -56,8 +59,8 @@ Unparsed address {{- end -}} - {{formatAmount $vout.Value}} {{$cs}}{{if $vout.Spent}}{{if $vout.SpentTxID}}(S){{else}}(S){{end}}{{else -}} - (U) + {{formatAmount $vout.Value}} {{$cs}} {{if $vout.Spent}}{{if $vout.SpentTxID}}{{else}}{{end}}{{else -}} + × {{- end -}}