|
|
|
@ -3,17 +3,17 @@ |
|
|
|
|
<div class="col-md-3 col-lg-2 d-flex align-items-center justify-content-start justify-content-lg-center tile-label"> |
|
|
|
|
<%= gettext("Internal Transaction") %> |
|
|
|
|
</div> |
|
|
|
|
<div class="col-md-9 col-lg-7 d-flex flex-column text-nowrap"> |
|
|
|
|
<div class="col-md-9 col-lg-10 d-flex flex-column text-nowrap"> |
|
|
|
|
<%= render ExplorerWeb.TransactionView, "_link.html", locale: @locale, transaction_hash: @internal_transaction.transaction_hash %> |
|
|
|
|
<span> |
|
|
|
|
<%= render ExplorerWeb.AddressView, "_link.html", address_hash: @internal_transaction.from_address_hash, contract: ExplorerWeb.AddressView.contract?(@internal_transaction.from_address), locale: @locale %> |
|
|
|
|
→ |
|
|
|
|
<%= render ExplorerWeb.AddressView, "_link.html", address_hash: ExplorerWeb.InternalTransactionView.to_address_hash(@internal_transaction), contract: ExplorerWeb.AddressView.contract?(@internal_transaction.to_address), locale: @locale %> |
|
|
|
|
</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="col-md-9 col-lg-3 d-flex flex-row flex-md-column justify-content-start text-lg-right mt-3 mt-lg-0"> |
|
|
|
|
<span class="tile-title"> |
|
|
|
|
<%= ExplorerWeb.TransactionView.value(@internal_transaction, include_label: false) %> <%= gettext "Ether" %> |
|
|
|
|
|
|
|
|
|
<span class="tile-title text-truncate"> |
|
|
|
|
<%= ExplorerWeb.TransactionView.value(@internal_transaction, include_label: false) %> |
|
|
|
|
<%= gettext "Ether" %> |
|
|
|
|
</span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|