X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewReply.html;fp=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewReply.html;h=765b03f0310b8459e7d080675d8c95c84975e27b;hp=ec8b447c8ebc5a92351c4d13a2615085b368015b;hb=9d650c4e96208a94f448a31aa481ec4f0965b4e9;hpb=0eb451ecab860c31aa5163ee1768fc600b276c80 diff --git a/src/main/resources/templates/include/viewReply.html b/src/main/resources/templates/include/viewReply.html index ec8b447..765b03f 100644 --- a/src/main/resources/templates/include/viewReply.html +++ b/src/main/resources/templates/include/viewReply.html @@ -24,6 +24,14 @@ <%if !shortText|match value=parsedText><%if !raw><%= View.Post.ShowMore|l10n|html><%/if><%/if> <%if !shortText|match value=parsedText><%if !raw><%/if><%/if> + <%foreach parts part> + <%if part.class.simpleName|match value==AlbumPart> + <% part.album.images.random|store key==image> +
+ <%include include/viewAlbum.html album=part.album hideMoveButtons==true> +
+ <%/if> + <%/foreach>
<% reply.time|date format=="MMM d, yyyy, HH:mm:ss">
·