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 %} +