fixed merge conflict and fixed number formatting

pull/594/head
mulili 6 years ago
parent 1e59dcd371
commit 027c59a7f7
  1. 2
      apps/block_scout_web/lib/block_scout_web/templates/smart_contract/_functions.html.eex

@ -49,7 +49,7 @@
<span class="py-2 px-2">
<input class="wei-ether" type="checkbox" autocomplete="off">
<span class="d-inline-block" data-conversion-text-wei><%= gettext("WEI")%></span>
<span class="d-inline-block" data-conversion-text-eth><%= gettext("ETH")%></span>
<span class="d-none" data-conversion-text-eth><%= gettext("ETH")%></span>
</div>
<% else %>
<%= output["value"] %>

Loading…
Cancel
Save