Merge pull request #4689 from acoshift/fix-transaction-overview

fix transaction overview token creation section
pull/4703/head
Victor Baranov 3 years ago committed by GitHub
commit f558b1c7fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex

@ -285,7 +285,9 @@
<%= gettext "Tokens Created" %></dt>
<dd class="col-sm-9 col-lg-10 transfers-list-mobile-container">
<%= for creation <- creations do %>
<table cellpadding="3" cellspacing="0">
<%= render BlockScoutWeb.TransactionView, "_total_transfers_from_to.html", Map.put(assigns, :transfer, creation) %>
</table>
<% end %>
</dd>
</dl>

Loading…
Cancel
Save