Dan Janosik
6 years ago
No known key found for this signature in database
GPG Key ID: C6F8CE9FFDB2CED2
1 changed files with
2 additions and
2 deletions
-
views/transaction.pug
|
@ -253,7 +253,7 @@ block content |
|
|
ol.mb-0 |
|
|
ol.mb-0 |
|
|
each ancestorTxid, ancestorIndex in mempoolDetails.ancestors |
|
|
each ancestorTxid, ancestorIndex in mempoolDetails.ancestors |
|
|
li |
|
|
li |
|
|
a.text-monospace(href=("/tx/" + ancestorTxid)) #{ancestorTxid} |
|
|
a.monospace(href=("/tx/" + ancestorTxid)) #{ancestorTxid} |
|
|
|
|
|
|
|
|
if (mempoolDetails.descendants.length > 0) |
|
|
if (mempoolDetails.descendants.length > 0) |
|
|
div(class="card mb-3 shadow-sm") |
|
|
div(class="card mb-3 shadow-sm") |
|
@ -270,7 +270,7 @@ block content |
|
|
ol.mb-0 |
|
|
ol.mb-0 |
|
|
each descendantTxid, descendantIndex in mempoolDetails.descendants |
|
|
each descendantTxid, descendantIndex in mempoolDetails.descendants |
|
|
li |
|
|
li |
|
|
a.text-monospace(href=("/tx/" + descendantTxid)) #{descendantTxid} |
|
|
a.monospace(href=("/tx/" + descendantTxid)) #{descendantTxid} |
|
|
|
|
|
|
|
|
- var fontawesomeInputName = "sign-in-alt"; |
|
|
- var fontawesomeInputName = "sign-in-alt"; |
|
|
- var fontawesomeOutputName = "sign-out-alt"; |
|
|
- var fontawesomeOutputName = "sign-out-alt"; |
|
|