|
|
|
@ -19,7 +19,7 @@ |
|
|
|
|
<%= @token_transfer |> BlockScoutWeb.AddressView.address_partial_selector(:to, @address, true) |> BlockScoutWeb.RenderHelpers.render_partial() %> |
|
|
|
|
</span> |
|
|
|
|
</span> |
|
|
|
|
<span class="col-xs-12 col-lg-4 ml-3 ml-sm-0"> |
|
|
|
|
<span class="col-xs-12 col-lg-4 ml-3 ml-sm-0 text-truncate"> |
|
|
|
|
<%= token_transfer_amount(@token_transfer) %> |
|
|
|
|
<%= link(token_symbol(@token_transfer.token), to: token_path(BlockScoutWeb.Endpoint, :show, @token_transfer.token.contract_address_hash)) %> |
|
|
|
|
</span> |
|
|
|
|