diff --git a/public/views/includes/output.html b/public/views/includes/output.html new file mode 100644 index 000000000..d217412b2 --- /dev/null +++ b/public/views/includes/output.html @@ -0,0 +1,24 @@ +
+
  • + Recipients: + {{output.recipientCount}} + + + +
  • +
  • + To: + {{output.toAddress || output.address}} +
  • +
  • + Total + Amount: + {{output.amountStr}} + {{output.alternativeAmountStr}} + +
  • +
  • + Note: + {{output.message}} +
  • +
    diff --git a/public/views/includes/transaction.html b/public/views/includes/transaction.html index 4b0a2b47a..f7d9b9d92 100644 --- a/public/views/includes/transaction.html +++ b/public/views/includes/transaction.html @@ -11,13 +11,19 @@
    - To: - - {{tx.merchant.domain}} - {{tx.merchant.domain}} + + Recipients: + {{tx.outputs.length}} + + + To: + + {{tx.merchant.domain}} + {{tx.merchant.domain}} + + + {{tx.toAddress}} - - {{tx.toAddress}}
    {{tx.message}} diff --git a/public/views/modals/tx-details.html b/public/views/modals/tx-details.html index 459d6601e..51df05a21 100644 --- a/public/views/modals/tx-details.html +++ b/public/views/modals/tx-details.html @@ -27,8 +27,17 @@

    Details

    +