X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=c4de1686b99d24584114d72aad47e4fc7f360830;hp=1d87e467fc44cfcdc9795012203e1742a5d22291;hb=0f7a91f4fa689a4084d7db5987a534b4b4fc3866;hpb=1f993694f39066ade61219d2512ee7b9c631fa6a diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 1d87e46..c4de168 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -7,7 +7,10 @@

<%= Page.ViewSone.Page.TitleWithoutSone|l10n|html>

-

<%= Page.ViewSone.NoSone.Description|l10n|replace needle="{sone}" replacementKey=soneId|html>

+

+ <%= Page.ViewSone.NoSone.Description|l10n|replace needle=="{sone}" replacement=soneId|html> + <%= Page.ViewSone.Profile.Name.WoTLink|l10n|html> +

<%elseifnull sone.name> @@ -76,7 +79,7 @@ <%/if> <%/if> -

<%= Page.ViewSone.PostList.Title|l10n|replace needle="{sone}" replacementKey=sone.niceName|html>

+

<%= Page.ViewSone.PostList.Title|l10n|replace needle=="{sone}" replacement=sone.niceName|html>

<%foreach posts post> <%first> @@ -94,7 +97,7 @@ <%foreach repliedPosts post> <%first> -

<%= Page.ViewSone.Replies.Title|l10n|html|replace needle="{sone}" replacementKey=sone.niceName>

+

<%= Page.ViewSone.Replies.Title|l10n|html|replace needle=="{sone}" replacement=sone.niceName>

<%include include/pagination.html pagination=repliedPostPagination pageParameter==repliedPostPage paginationName==reply-navigation> <%/first>