From: David ‘Bombe’ Roden Date: Wed, 21 Sep 2011 05:47:51 +0000 (+0200) Subject: Use image link filter to generate album image. X-Git-Tag: 0.7^2~2^2~58 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=a93b7a9dbcfad88d2881825c4a88cea3330be62c Use image link filter to generate album image. --- 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>