From 2780df44b93f946d555d9d68bdd8cfecec7aa771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Fri, 3 Jun 2016 13:26:49 -0300 Subject: [PATCH] adding more after transactions list --- public/views/includes/walletInfo.html | 2 -- public/views/walletHome.html | 5 +++++ src/sass/main.scss | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/public/views/includes/walletInfo.html b/public/views/includes/walletInfo.html index 5802627e2..18568ea28 100644 --- a/public/views/includes/walletInfo.html +++ b/public/views/includes/walletInfo.html @@ -17,5 +17,3 @@ src="img/icon-ledger-white.svg"> - -{{index.txHistory.length + '/' + index.completeHistory.length}} diff --git a/public/views/walletHome.html b/public/views/walletHome.html index a2fc7965b..42734ab33 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -246,6 +246,11 @@ +
+ {{index.completeHistory.length - index.txHistory.length}} + more  +
+