✨ Annotate BookmarksPage with MenuName
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / BookmarksPage.kt
index f6cdd0b..c73ce3d 100644 (file)
@@ -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") {