From fec4f5cedb68be05fb82a357850db93aaecdafa8 Mon Sep 17 00:00:00 2001 From: Ryan Arthur Date: Tue, 29 May 2018 15:29:13 -0400 Subject: [PATCH] Give POA Balance and USD Balance their own rows in the address details --- .../explorer_web/templates/address/overview.html.eex | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/apps/explorer_web/lib/explorer_web/templates/address/overview.html.eex b/apps/explorer_web/lib/explorer_web/templates/address/overview.html.eex index 58d3fb5884..7bb248f0cf 100644 --- a/apps/explorer_web/lib/explorer_web/templates/address/overview.html.eex +++ b/apps/explorer_web/lib/explorer_web/templates/address/overview.html.eex @@ -21,10 +21,17 @@ - <%= gettext "Balance" %> + <%= gettext "POA Balance" %> - <%= balance(@address) %>
+ <%= balance(@address) %> + + + + + <%= gettext "USD Balance" %> + + <%= formatted_usd(@address, @exchange_rate) %>