X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewReply.html;h=1ef4d994dc7272d72f062d8e1aa520615456cd66;hb=f6bb52d378645bf821febd6696bc69f250a92280;hp=2962dd9602c624cc036ebdc19114780f86a7bc75;hpb=50ce65f69e49ed10abeedaeb6615ffb37a0c0772;p=Sone.git diff --git a/src/main/resources/templates/include/viewReply.html b/src/main/resources/templates/include/viewReply.html index 2962dd9..1ef4d99 100644 --- a/src/main/resources/templates/include/viewReply.html +++ b/src/main/resources/templates/include/viewReply.html @@ -8,19 +8,19 @@ <%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 + Avatar Image <%/if>
<% reply.text|html|store key==originalText text==true> - <% reply.text|parse sone=reply.sone|store key==parsedText text==true> - <% reply.text|parse sone=reply.sone length=core.preferences.charactersPerPost cut-off-length=core.preferences.postCutOffLength|store key==shortText text==true> + <% reply.text|parse sone=reply.sone|render|store key==parsedText text==true> + <% reply.text|parse sone=reply.sone length=core.preferences.charactersPerPost cut-off-length=core.preferences.postCutOffLength|render|store key==shortText text==true>
<% originalText>
<% parsedText>
<% shortText>
- <%if !shortText|match value=parsedText><%if !raw><%= View.Post.ShowMore|l10n|html><%/if><%/if> + <%if !shortText|match value=parsedText><%if !raw><%= View.Post.ShowMore|l10n|html><%/if><%/if> <%if !shortText|match value=parsedText><%if !raw><%/if><%/if>
@@ -52,25 +52,27 @@ <%if !reply.sone.current> - · -
- - - - -
-
- - - - -
-
- - - - -
+ <%ifnull !reply.sone.trust> + · +
+ + + + +
+
+ + + + +
+
+ + + + +
+ <%/if> <%/if> <%/if> <%if reply.sone.local>