Skip to content

Commit

Permalink
Bring back overwritten marketcap lines
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHolyRoger committed Jul 19, 2020
1 parent bb5e1fd commit 92eb7ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion views/info.pug
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,4 @@ block content
br
a(href='/qr/'+hashes.address) #{address}/qr/#{hashes.address}

.footer-padding
.footer-padding
5 changes: 5 additions & 0 deletions views/layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@ html
label#lblX1
else
label#supply -
if settings.index.show_market_cap == true && settings.index.show_market_cap_over_price != true
<br>
label (
label#marketCap -
label )
.col-md-2
.card.card-default.d-none.d-md-block.d-block
if settings.index.show_market_cap != true || settings.index.show_market_cap_over_price != true
Expand Down

0 comments on commit 92eb7ae

Please sign in to comment.