X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewPost.html;h=d38441b30fee57e3b2d2052877aa23bf57d26ea3;hb=ac0a49027e36c54735cf57317718e03872ce1185;hp=8af0d085b9540a871f356785ac14a6740ec63843;hpb=9ef29dd55a687f0f30bf4c2bc29d3b68d404e476;p=Sone.git diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index 8af0d08..d38441b 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -5,9 +5,13 @@ Avatar Image <%if !post.sone.current>
- <%ifnull !post.sone.trust.explicit><% post.sone.trust.explicit><%/if> - <%ifnull !post.sone.trust.implicit><% post.sone.trust.implicit><%/if> - <%ifnull !post.sone.trust.distance><% post.sone.trust.distance><%/if> +
+ <%if post.sone.trust.assigned> + <% post.sone.trust.explicit> + <%else> + <% post.sone.trust.implicit> + <%/if> +
<%/if>