diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-06-28 19:58:36 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-06-28 20:28:40 +0200 |
commit | a50ac8daab5f90dbf329446cc20c9e9458f24402 (patch) | |
tree | 81241eba77a1119201ded1ae07e3f2451643e153 /src/main/resources/templates/benki/posts/postList.html | |
parent | d4df22db3db5a30c285a5c40f69d70ceae17ff80 (diff) |
Update dependencies.
Change-Id: Ibca1be39b37f76ad9dfe743087959559d3f65d2a
Diffstat (limited to 'src/main/resources/templates/benki/posts/postList.html')
-rw-r--r-- | src/main/resources/templates/benki/posts/postList.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/benki/posts/postList.html b/src/main/resources/templates/benki/posts/postList.html index 5e9d24a..7039d65 100644 --- a/src/main/resources/templates/benki/posts/postList.html +++ b/src/main/resources/templates/benki/posts/postList.html @@ -1,4 +1,4 @@ -{@java.util.List<eu.mulk.mulkcms2.benki.posts.Day> postDays} +{@java.util.List<eu.mulk.mulkcms2.benki.posts.Post.PostPage<eu.mulk.mulkcms2.benki.posts.Post>.Day> postDays} {@java.lang.String pageTitle} {@java.lang.Boolean showBookmarkForm} {@java.lang.Boolean hasPreviousPage} |