X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Fbookmarks.html;h=8768b5ac4fc035ca9d9b7f629b936916851d73c3;hb=b3af5698b6b334a22af65d2f6d9af4c41fcc8444;hp=ddf2bfca95ecd7f728e5d2677ce5e99c670366d0;hpb=6e98888ca9440b004c7d65786ea47c4f263de7b2;p=Sone.git diff --git a/src/main/resources/templates/bookmarks.html b/src/main/resources/templates/bookmarks.html index ddf2bfc..8768b5a 100644 --- a/src/main/resources/templates/bookmarks.html +++ b/src/main/resources/templates/bookmarks.html @@ -8,10 +8,13 @@ <%include include/pagination.html> <%foreach posts post> <%include include/viewPost.html> - <%foreachelse> -

<%= Page.Bookmarks.Text.NoBookmarks|l10n|html>

<%/foreach> <%include include/pagination.html> + <%if postsNotLoaded> +

<%= Page.Bookmarks.Text.PostsNotLoaded|l10n|html|replace needle='{link}' replacement=''|replace needle='{/link}' replacement=''>

+ <%elseif posts.empty> +

<%= Page.Bookmarks.Text.NoBookmarks|l10n|html>

+ <%/if> <%include include/tail.html>