From a93b7a9dbcfad88d2881825c4a88cea3330be62c Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 21 Sep 2011 07:47:51 +0200 Subject: [PATCH] Use image link filter to generate album image. --- src/main/resources/templates/imageBrowser.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 7e93f76..45836db 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -73,7 +73,7 @@ <%ifnull album.image> <% album.title|html> <%else> - <% album.title|html> + <% album.albumImage|image-link max-width=200 max-height=150 title==album.title> <%/if> @@ -234,7 +234,7 @@ <%ifnull album.image> <% album.title|html> <%else> - <% album.title|html> + <% album.albumImage|image-link max-width=200 max-height=150 title==album.title> <%/if> -- 2.7.4