X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpages%2FViewSonePage.kt;h=b1d36c58abd9485492aa763db61cb414cb7b0ca3;hp=38868e2782496ce75ea4d70b1be894b200d9bf62;hb=bce70170ce5ddaa142e67fcc67985215e1eadac2;hpb=e3da46d8947ab8a542a156069b3b24c13fd011df diff --git a/src/main/kotlin/net/pterodactylus/sone/web/pages/ViewSonePage.kt b/src/main/kotlin/net/pterodactylus/sone/web/pages/ViewSonePage.kt index 38868e2..b1d36c5 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/pages/ViewSonePage.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/pages/ViewSonePage.kt @@ -17,6 +17,7 @@ import javax.inject.Inject /** * Lets the user browser another Sone. */ +@TemplatePath("/templates/viewSone.html") class ViewSonePage @Inject constructor(template: Template, webInterface: WebInterface, loaders: Loaders, templateRenderer: TemplateRenderer): SoneTemplatePage("viewSone.html", webInterface, loaders, template, templateRenderer) {