From 98c2fafd1d293b166dff9db4198d3c3627197e2e Mon Sep 17 00:00:00 2001 From: Mariano Rodriguez Date: Wed, 17 Sep 2014 16:00:49 -0300 Subject: [PATCH 1/3] spinner2header --- index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9a79d3090..4bd5ee735 100644 --- a/index.html +++ b/index.html @@ -24,8 +24,14 @@
+

- {{totalBalance || 0 |noFractionNumber}} {{$root.wallet.settings.unitName}} + + + + + {{addr.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}} +

{{$root.wallet.getName()}} From 76bf4042b22068cdefa600fe8b86c40fd1f89f8d Mon Sep 17 00:00:00 2001 From: Mariano Rodriguez Date: Thu, 18 Sep 2014 18:23:00 -0300 Subject: [PATCH 2/3] Change_addr.balance_by_totalBalance --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4bd5ee735..3154fe13b 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ - {{addr.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}} + {{totalBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}

From 2b0961f6ea37d2858995f1d00a3e7eb43d108e9b Mon Sep 17 00:00:00 2001 From: Mariano Rodriguez Date: Fri, 19 Sep 2014 14:50:47 -0300 Subject: [PATCH 3/3] indent correction on code --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 3154fe13b..a9bf2e579 100644 --- a/index.html +++ b/index.html @@ -26,12 +26,12 @@

- - - - - {{totalBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}} - + + + + + {{totalBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}} +

{{$root.wallet.getName()}}