disable verify in ohter explorersby default

pull/2040/head
Victor Baranov 6 years ago
parent 1ace05b2f7
commit b21cc01f80
  1. 3
      apps/block_scout_web/lib/block_scout_web/templates/address/overview.html.eex
  2. 3
      apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex

@ -120,7 +120,8 @@
<% end %>
</span>
<% end %>
<%= render "_verify_other_explorers.html", hash: @address.hash, type: "address" %>
<!-- Verify in other explorers -->
<%# <%= render "_verify_other_explorers.html", hash: @address.hash, type: "address" %> %>
</div>
</div>
</div>

@ -50,7 +50,8 @@
<% end %>
</span>
</div>
<%= render BlockScoutWeb.AddressView, "_verify_other_explorers.html", hash: hash(@transaction), type: "tx" %>
<!-- Verify in other explorers -->
<%# <%= render BlockScoutWeb.AddressView, "_verify_other_explorers.html", hash: hash(@transaction), type: "tx" %> %>
<hr>
<!-- Block Hash -->
<dl class="row">

Loading…
Cancel
Save