From 9a0b009442ccce7e9fce6697ef2cca765e378409 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 1 Mar 2017 13:31:36 -0300 Subject: [PATCH] Removes Glidera dependencies --- www/views/amount.html | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/www/views/amount.html b/www/views/amount.html index 83321fe3e..062722793 100644 --- a/www/views/amount.html +++ b/www/views/amount.html @@ -14,7 +14,7 @@ -
+
Recipient
@@ -36,32 +36,12 @@
-
+
Amount -
-
- Daily buy limit: - {{limits.dailyBuy|currency:'':2}} {{limits.currency}} - (remaining {{limits.dailyBuyRemaining|currency:'':2}} {{limits.currency}}) -
- Monthly buy limit: - {{limits.monthlyBuy|currency:'':2}} {{limits.currency}} - (remaining {{limits.monthlyBuyRemaining|currency:'':2}} {{limits.currency}}) -
-
- Daily sell limit: - {{limits.dailySell|currency:'':2}} {{limits.currency}} - (remaining {{limits.dailySellRemaining|currency:'':2}} {{limits.currency}}) -
- Monthly sell limit: - {{limits.monthlySell|currency:'':2}} {{limits.currency}} - (remaining {{limits.monthlySellRemaining|currency:'':2}} {{limits.currency}}) -
-