From 9d9717ff087a3700d3c7d0c0c9ae30bafcaf4213 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sat, 12 Sep 2015 10:44:01 -0300 Subject: [PATCH] add "advanced > wallet information" --- public/views/preferencesAdvanced.html | 6 ++ public/views/preferencesInformation.html | 105 +++++++++++++++++++ src/js/controllers/preferencesInformation.js | 72 +++++++++++++ src/js/routes.js | 14 ++- 4 files changed, 196 insertions(+), 1 deletion(-) create mode 100644 public/views/preferencesInformation.html create mode 100644 src/js/controllers/preferencesInformation.js diff --git a/public/views/preferencesAdvanced.html b/public/views/preferencesAdvanced.html index f27951a3c..c7fbd1d9e 100644 --- a/public/views/preferencesAdvanced.html +++ b/public/views/preferencesAdvanced.html @@ -7,6 +7,12 @@