|
|
|
@ -18,8 +18,8 @@ |
|
|
|
|
) %> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="card-body"> |
|
|
|
|
<h2 class="card-title mb-0"><%= gettext "Transactions" %></h2> |
|
|
|
|
<p><%= gettext("Showing %{count} Pending Transactions", count: @pending_transaction_count) %></p> |
|
|
|
@ -30,6 +30,7 @@ |
|
|
|
|
<div class="col-md-2 d-flex align-items-center justify-content-start justify-content-lg-center tile-label"> |
|
|
|
|
<%= ExplorerWeb.TransactionView.transaction_display_type(transaction) %> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="col-md-7 col-lg-8 d-flex flex-column"> |
|
|
|
|
<%= render ExplorerWeb.TransactionView, "_link.html", locale: @locale, transaction_hash: transaction.hash %> |
|
|
|
|
<span> |
|
|
|
@ -43,9 +44,6 @@ |
|
|
|
|
</span> |
|
|
|
|
<%= ExplorerWeb.TransactionView.value(transaction, include_label: false) %> POA |
|
|
|
|
</div> |
|
|
|
|
<div class="col-md-3 col-lg-2 d-flex flex-row flex-md-column justify-content-start justify-content-md-end text-md-right"> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<% end %> |
|
|
|
|