|
|
@ -74,9 +74,14 @@ |
|
|
|
<%= render(BlockScoutWeb.TransactionView, "_tile.html", current_address: @address, transaction: transaction) %> |
|
|
|
<%= render(BlockScoutWeb.TransactionView, "_tile.html", current_address: @address, transaction: transaction) %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
<div data-selector="loading-next-page" style="display: none;"> |
|
|
|
<div data-selector="loading-next-page" class="tile tile-muted text-center mt-3" style="display: none;"> |
|
|
|
|
|
|
|
<span class="loading-spinner-small mr-2"> |
|
|
|
|
|
|
|
<span class="loading-spinner-block-1"></span> |
|
|
|
|
|
|
|
<span class="loading-spinner-block-2"></span> |
|
|
|
|
|
|
|
</span> |
|
|
|
<%= gettext("Loading") %>... |
|
|
|
<%= gettext("Loading") %>... |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<% else %> |
|
|
|
<% else %> |
|
|
|
<div class="tile tile-muted text-center"> |
|
|
|
<div class="tile tile-muted text-center"> |
|
|
|
<span data-selector="empty-transactions-list"><%= gettext "There are no transactions for this address." %></span> |
|
|
|
<span data-selector="empty-transactions-list"><%= gettext "There are no transactions for this address." %></span> |
|
|
|