From ad5ceeacda788965d2aab692057281e0fd8830da Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Tue, 21 May 2019 14:28:17 +0300 Subject: [PATCH] add prev page button and page number to more pages --- .../templates/address_internal_transaction/index.html.eex | 4 ++-- .../templates/address_token_transfer/index.html.eex | 4 ++-- .../lib/block_scout_web/templates/block/index.html.eex | 2 +- .../templates/pending_transaction/index.html.eex | 2 +- .../templates/tokens/holder/index.html.eex | 8 +++++--- .../templates/tokens/transfer/index.html.eex | 4 ++-- .../block_scout_web/templates/transaction/index.html.eex | 2 +- 7 files changed, 14 insertions(+), 12 deletions(-) diff --git a/apps/block_scout_web/lib/block_scout_web/templates/address_internal_transaction/index.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/address_internal_transaction/index.html.eex index ce478c1f00..964716deb1 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/address_internal_transaction/index.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/address_internal_transaction/index.html.eex @@ -55,7 +55,7 @@ - <%= 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 %>