From 0684bab46da8fb3560320dc3320acaab54604966 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 20 Feb 2017 15:48:17 -0300 Subject: [PATCH] Adds exchange rate better position --- www/views/coinbase.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/www/views/coinbase.html b/www/views/coinbase.html index 016ecfaf5..1b564ac3f 100644 --- a/www/views/coinbase.html +++ b/www/views/coinbase.html @@ -49,21 +49,16 @@ -
- - - {{buyPrice.amount}} {{buyPrice.currency}} - | - {{sellPrice.amount}} {{sellPrice.currency}} - -
-
buy bitcoin Buy Bitcoin + + + {{buyPrice.amount|currency:'$':2}} {{buyPrice.currency}}/BTC + Sell Bitcoin + + + {{sellPrice.amount|currency:'$':2}} {{sellPrice.currency}}/BTC +