From 835f3eb22795f974c67aeb19319274489cf5dd1f Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 14 Nov 2011 21:24:10 +0100 Subject: [PATCH] Add links to previous and next images to backlinks. --- src/main/resources/templates/imageBrowser.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 755c431..d3080f6 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -451,6 +451,8 @@
>
<%/if> <%/foreach> + <%ifnull !image.previous><%/if> + <%ifnull !image.next><%/if> <%ifnull image> -- 2.7.4