|
|
@ -1,11 +1,11 @@ |
|
|
|
<section class="container"> |
|
|
|
<section class="container"> |
|
|
|
<div class="card"> |
|
|
|
<div class="card"> |
|
|
|
<div class="card-body" data-async-listing="<%= @current_path %>"> |
|
|
|
<div class="card-body" data-async-load data-async-listing="<%= @current_path %>"> |
|
|
|
<h1 class="card-title"><%= gettext "Addresses" %></h1> |
|
|
|
<h1 class="card-title"><%= gettext "Addresses" %></h1> |
|
|
|
|
|
|
|
|
|
|
|
<%= render BlockScoutWeb.CommonComponentsView, "_pagination_container.html", position: "top", cur_page_number: "1", show_pagination_limit: true, data_next_page_button: true %> |
|
|
|
<%= render BlockScoutWeb.CommonComponentsView, "_pagination_container.html", position: "top", cur_page_number: "1", show_pagination_limit: true, data_next_page_button: true %> |
|
|
|
|
|
|
|
|
|
|
|
<div data-selector="top-addresses-list"></div> |
|
|
|
<div data-items data-selector="top-addresses-list"></div> |
|
|
|
|
|
|
|
|
|
|
|
<div data-loading-message class="tile tile-muted text-center mt-3" style="display: none;"> |
|
|
|
<div data-loading-message class="tile tile-muted text-center mt-3" style="display: none;"> |
|
|
|
<span class="loading-spinner-small mr-2"> |
|
|
|
<span class="loading-spinner-small mr-2"> |
|
|
|