Skip to content

Commit

Permalink
Address page: small currency symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHolyRoger committed Dec 23, 2019
1 parent 22cf5b8 commit 1491f3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions views/includes/address_history.jade
Expand Up @@ -84,6 +84,8 @@ table#address-txs.table.table-bordered.table-striped
tr
th.hidden-xs #{settings.locale.timestamp}
th.hidden-xs #{settings.locale.tx_hash}
th #{settings.locale.mkt_amount} (#{settings.symbol})
th #{settings.locale.rl_balance} (#{settings.symbol})
th #{settings.locale.mkt_amount}
span.small (#{settings.symbol})
th #{settings.locale.rl_balance}
span.small (#{settings.symbol})
tbody

0 comments on commit 1491f3a

Please sign in to comment.