From b32359dbdf2a93e747a7ed2dcfd67f8642a5eca1 Mon Sep 17 00:00:00 2001 From: jChenvan <188939308+jChenvan@users.noreply.github.com> Date: Fri, 18 Jul 2025 19:44:18 -0400 Subject: [PATCH] Previous/next button for pending entries only --- .../templates/view_transaction.html | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docker/ploughshares/templates/view_transaction.html b/docker/ploughshares/templates/view_transaction.html index 4b5c5d7..bf7ae32 100644 --- a/docker/ploughshares/templates/view_transaction.html +++ b/docker/ploughshares/templates/view_transaction.html @@ -120,6 +120,28 @@ {% endif %} + +
+ {% if prev_pending_id %} + + Previous Pending + + {% else %} + + {% endif %} + + {% if next_pending_id %} + + Next Pending + + {% else %} + + {% endif %} +