From 20bb8680beccfe0bed19f92a4cc66ca870acec92 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 5 Oct 2015 12:20:00 -0300 Subject: [PATCH 1/5] Adds btc values. Adds disclosure. Fix modals. Removes sandbox --- public/views/glidera.html | 21 ++++++++++++++++++--- public/views/includes/sidebar.html | 2 -- public/views/modals/glidera-tx-details.html | 1 + public/views/preferences.html | 2 +- src/js/controllers/glidera.js | 17 ++++------------- src/js/controllers/index.js | 11 ++++++----- 6 files changed, 30 insertions(+), 24 deletions(-) diff --git a/public/views/glidera.html b/public/views/glidera.html index bbe35e273..fa0e31772 100644 --- a/public/views/glidera.html +++ b/public/views/glidera.html @@ -58,11 +58,21 @@
-
+
+
+ Bought + Sold + {{tx.qty}} BTC +
{{tx.subtotal|currency:'':2}} {{tx.currency}} diff --git a/public/views/includes/sidebar.html b/public/views/includes/sidebar.html index 6fbf82f45..98995680c 100644 --- a/public/views/includes/sidebar.html +++ b/public/views/includes/sidebar.html @@ -26,7 +26,6 @@
Create, join or import
- diff --git a/public/views/modals/glidera-tx-details.html b/public/views/modals/glidera-tx-details.html index d246a4da5..f6a2b8b47 100644 --- a/public/views/modals/glidera-tx-details.html +++ b/public/views/modals/glidera-tx-details.html @@ -22,6 +22,7 @@
Bought Sold + {{tx.qty}} BTC
{{tx.subtotal|currency:'':2}} {{tx.currency}}
diff --git a/public/views/preferences.html b/public/views/preferences.html index 346547a65..0922aabbc 100644 --- a/public/views/preferences.html +++ b/public/views/preferences.html @@ -105,11 +105,11 @@ -