From 58796778738486aaa7c07f5630e0c330ce770ec9 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Tue, 21 May 2019 14:59:41 +0300 Subject: [PATCH] add prev button and page number to address_validation and address_coin_balance --- .../templates/address_coin_balance/index.html.eex | 4 ++-- .../templates/address_validation/index.html.eex | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/block_scout_web/lib/block_scout_web/templates/address_coin_balance/index.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/address_coin_balance/index.html.eex index f8693b2692..120c9de43a 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/address_coin_balance/index.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/address_coin_balance/index.html.eex @@ -28,7 +28,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 %>