fixed merge conflict and fixed number formatting

pull/594/head
mulili 6 years ago
parent 0b5467dd6c
commit e0dfbd2c8b
  1. 5
      apps/block_scout_web/lib/block_scout_web/templates/smart_contract/_functions.html.eex

@ -43,13 +43,12 @@
<% else %>
<%= if output["type"] == "uint256" do %>
<div data-wei-ether-converter>
<span data-conversion-unit>
<%= output["value"] %>
</span>
<span data-conversion-unit><%= output["value"] %></span>
<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-none" data-conversion-text-eth><%= gettext "ETH" %></span>
</span>
</div>
<% else %>
<%= output["value"] %>

Loading…
Cancel
Save