X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewReply.html;h=ca07cf72fd1a516debb26fb423a2f3d4233073de;hp=f8e3e64955f7bc9d3a29dd5690f7def2698b9d5c;hb=63df577f7ced52acfa93e4a7f329292069d8ba9d;hpb=9f8b3c3202fd7b03768c2438c3e5d37faa9dfc5e diff --git a/src/main/resources/templates/include/viewReply.html b/src/main/resources/templates/include/viewReply.html index f8e3e64..ca07cf7 100644 --- a/src/main/resources/templates/include/viewReply.html +++ b/src/main/resources/templates/include/viewReply.html @@ -5,7 +5,11 @@ <%include include/soneMenu.html class=="sone-reply-menu" sone=reply.sone>
- Avatar Image + <%ifnull !reply.sone.profile.avatar> + <% reply.sone.profile.avatar|image-link max-width=36 max-height=36 mode=enlarge title="Avatar Image"> + <%else> + Avatar Image + <%/if>