X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=5c8b7ff885d78585353cea76fdeb2d45b16b07b7;hb=4e434a3126ba1c216d97638995dc3d21fcf86f1c;hp=f915628ce90104737f047f99e5e61474d3b3b718;hpb=eb776984f2bf7c1f218dcc65fca80ef0298ed2f2;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index f915628..5c8b7ff 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> @@ -63,7 +63,7 @@ <%foreach posts post> <%first>
- <%include include/pagination.html pagination=postPagination pageParameter==postPage> + <%include include/pagination.html pagination=postPagination pageParameter==postPage paginationName==post-navigation> <%/first> <%include include/viewPost.html> <%last> @@ -78,7 +78,7 @@ <%first>

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

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