|
|
@ -28,7 +28,7 @@ |
|
|
|
<canvas data-chart="coinBalanceHistoryChart" data-coin_balance_history_data_path="<%= address_coin_balance_by_day_path(@conn, :index, @address) %>" width="350" height="152"></canvas> |
|
|
|
<canvas data-chart="coinBalanceHistoryChart" data-coin_balance_history_data_path="<%= address_coin_balance_by_day_path(@conn, :index, @address) %>" width="350" height="152"></canvas> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<%= 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;"> |
|
|
|
<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> |
|
|
|
<span href="#" class="alert-link"><%= gettext("Something went wrong, click to reload.") %></span> |
|
|
@ -50,7 +50,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<div data-selector="coin-balances-list" data-items></div> |
|
|
|
<div data-selector="coin-balances-list" 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;"> |
|
|
|
<a href="#" class="button button-secondary button-small float-right mt-4" data-next-page-button style="display: none;"> |
|
|
|