|
|
|
@ -14,7 +14,7 @@ |
|
|
|
|
<div class="card-body" data-async-load data-async-listing="<%= @current_path %>"> |
|
|
|
|
<h2 class="card-title"><%= gettext "Token Transfers" %></h2> |
|
|
|
|
|
|
|
|
|
<%= 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, data_prev_page_button: true %> |
|
|
|
|
|
|
|
|
|
<button data-error-message class="alert alert-danger col-12 text-left" style="display: none;"> |
|
|
|
|
<span href="#" class="alert-link"><%= gettext("Something went wrong, click to reload.") %></span> |
|
|
|
@ -36,7 +36,7 @@ |
|
|
|
|
|
|
|
|
|
<div data-items></div> |
|
|
|
|
|
|
|
|
|
<%= render BlockScoutWeb.CommonComponentsView, "_pagination_container.html", position: "bottom", cur_page_number: "1", show_pagination_limit: true, data_next_page_button: true %> |
|
|
|
|
<%= render BlockScoutWeb.CommonComponentsView, "_pagination_container.html", position: "bottom", cur_page_number: "1", show_pagination_limit: true, data_next_page_button: true, data_prev_page_button: true %> |
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
<a href="#" class="button button-secondary button-small float-right mt-4" data-next-page-button style="display: none;"> |
|
|
|
|