(update) tabs

pull/1755/head
Gabriel Rodriguez Alsina 6 years ago
parent 1c90d8993c
commit d50d6acb19
  1. 6
      apps/block_scout_web/lib/block_scout_web/templates/address_decompiled_contract/index.html.eex

@ -1,11 +1,7 @@
<section class="container">
<%= render BlockScoutWeb.AddressView, "overview.html", assigns %>
<div class="card">
<div class="card-header">
<%= render BlockScoutWeb.AddressView, "_tabs.html", assigns %>
</div>
<%= render BlockScoutWeb.AddressView, "_tabs.html", assigns %>
<%= for contract <- sort_contracts_by_version(@address.decompiled_smart_contracts) do %>
<div class="card-body">
<h3><%= gettext "Decompiler version" %></h3>

Loading…
Cancel
Save