From fe92486d678d5615dafcd00695614f061f4fa582 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 3 Nov 2014 16:32:41 -0300 Subject: [PATCH] fix history. Added date and comment for small devices --- views/history.html | 139 ++++++++++++++++++++++++--------------------- 1 file changed, 73 insertions(+), 66 deletions(-) diff --git a/views/history.html b/views/history.html index 1db5f9c7c..1ba55ef8f 100644 --- a/views/history.html +++ b/views/history.html @@ -1,80 +1,87 @@
-
+
Loading...
No transactions yet.
-
-
-
-   - - - Unconfirmed - -
+
+
+ +
+
+
+   + + + Unconfirmed + +
+ +
+
+ {{btx.amount| noFractionNumber}} {{$root.wallet.settings.unitName}} + +
+
+ +
+   + {{btx.labelTo}} +
+ +
+ {{btx.comment}} +
+ + -
-
- {{btx.amount| noFractionNumber}} {{$root.wallet.settings.unitName}} -
-
- {{btx.amount| noFractionNumber}} {{$root.wallet.settings.unitName}} - +
+ + + + + + + + + +
{{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} + + + + + + + + + + +
+
+
+ Transaction ID: {{btx.txid}} + More details +
-
- {{btx.amount| noFractionNumber}} {{$root.wallet.settings.unitName}} - -
-
- -
-   - {{btx.labelTo}} -
- -
- {{btx.comment}} -
- - -
-
- - - - - - - - - -
{{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} - - - - - - - - - - -
-
-
- Transaction ID: {{btx.txid}} - More details