From e1dd1cf935fcca3606761fc6d5eb99e833a91f58 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 14 Jun 2016 15:54:12 -0300 Subject: [PATCH 1/2] show notes on moved tx --- public/views/walletHome.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/views/walletHome.html b/public/views/walletHome.html index 2e7b1db17..be689754c 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -201,7 +201,13 @@ Sent - Moved + + + {{btx.note.body}} + Moved + + + Invalid From 8b5ad37630ac743e11cac2670bee5d36e01fa39a Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 14 Jun 2016 15:55:24 -0300 Subject: [PATCH 2/2] hide deleted notes --- public/views/modals/tx-details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/views/modals/tx-details.html b/public/views/modals/tx-details.html index 9b6c4e739..d75173434 100644 --- a/public/views/modals/tx-details.html +++ b/public/views/modals/tx-details.html @@ -125,7 +125,7 @@ -
  • +
  • Comment {{btx.note.body}}