X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpages%2FIndexPage.kt;h=68e7e8fb871c480d7153daca95f4794eb943f30d;hp=f44b145292fcc827750e0a3d260143907de6039e;hb=125dab18d4412f547334f4fa2b27e5f7676eec5c;hpb=6c75f94ec283322299407b26a440154095b1e8ce diff --git a/src/main/kotlin/net/pterodactylus/sone/web/pages/IndexPage.kt b/src/main/kotlin/net/pterodactylus/sone/web/pages/IndexPage.kt index f44b145..68e7e8f 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/pages/IndexPage.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/pages/IndexPage.kt @@ -14,6 +14,7 @@ import javax.inject.Inject * The index page shows the main page of Sone. This page will contain the posts * of all friends of the current user. */ +@MenuName("Index") class IndexPage @Inject constructor(template: Template, webInterface: WebInterface, private val postVisibilityFilter: PostVisibilityFilter) : LoggedInPage("index.html", template, "Page.Index.Title", webInterface) {