Additional cleanup

pull/2659/head
Victor Baranov 5 years ago
parent a72242ac90
commit fd83e04038
  1. 1
      apps/block_scout_web/lib/block_scout_web/templates/block/overview.html.eex

@ -157,7 +157,6 @@
<span class="text-muted">(<%= (Decimal.to_integer(@block.gas_used) / Decimal.to_integer(@block.gas_limit)) |> BlockScoutWeb.Cldr.Number.to_string!(format: "#.#%") %>)</span>
</h3>
<p class="address-current-balance"><%= @block.gas_limit |> BlockScoutWeb.Cldr.Number.to_string! %><%= gettext "Gas Limit" %></p>
</div>
<% end %>
</div>

Loading…
Cancel
Save