From: David ‘Bombe’ Roden Date: Wed, 7 Oct 2015 04:56:55 +0000 (+0200) Subject: Hide album move buttons when included from a post X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=d945b492b95c370539a0b6d64c37e4b93b5be190 Hide album move buttons when included from a post --- diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index 5ce2d28..7712339 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -40,7 +40,7 @@ <%if part.class.simpleName|match value==AlbumPart> <% part.album.images.random|store key==image>
- <%include include/viewAlbum.html album=part.album> + <%include include/viewAlbum.html album=part.album hideMoveButtons==true>
<%/if> <%/foreach>