X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpages%2FBookmarksPage.kt;h=c73ce3d0df44877b41d88836122d4ca30586fdfc;hp=f6cdd0b9c5f66b089fd98b705a19b452ce9585ab;hb=dbfecdac857030a686d76907008a3a49cde20d2b;hpb=ebee3657f9638aae9cc16a5df5ef5ec4e41afd68 diff --git a/src/main/kotlin/net/pterodactylus/sone/web/pages/BookmarksPage.kt b/src/main/kotlin/net/pterodactylus/sone/web/pages/BookmarksPage.kt index f6cdd0b..c73ce3d 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/pages/BookmarksPage.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/pages/BookmarksPage.kt @@ -11,6 +11,7 @@ import javax.inject.Inject /** * Page that lets the user browse all his bookmarked posts. */ +@MenuName("Bookmarks") class BookmarksPage @Inject constructor(template: Template, webInterface: WebInterface) : SoneTemplatePage("bookmarks.html", webInterface, template, "Page.Bookmarks.Title") {