X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=689ff38dd41b7dd0123bc32f0ef8a212c40f367d;hb=694ab9e6059ad2db8e72efc01b9acddf89bb3fa3;hp=066adef3befe58a03e3e6536c5d1b5bd7b3761c7;hpb=ee05a67b3f1e796b6c4bdcd709ef0983103c455f;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 066adef..689ff38 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -7,7 +7,7 @@

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

-

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

+

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

<%elseifnull sone.name> @@ -25,7 +25,7 @@
<%= Page.ViewSone.Profile.Label.Name|l10n|html>
-
<% sone.niceName|html>
+
<% sone.niceName|html> (<%= Page.ViewSone.Profile.Name.WoTLink|l10n|html>)
<%foreach sone.profile.fields field> @@ -76,7 +76,7 @@ <%foreach repliedPosts post> <%first> -

<%= Page.ViewSone.Replies.Title|l10n|html>

+

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

<%include include/pagination.html pagination=repliedPostPagination pageParameter==repliedPostPage> <%/first>