diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-03-23 06:21:25 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-03-23 06:21:25 +0100 |
commit | 371164a188b93b24f33cb5badb0362ac2544d33d (patch) | |
tree | 2b19582c04a50ecddc2357e2a895613f9d041519 /src/main/resources/templates/benki/wiki/wikiPageRevisionList.html | |
parent | 573f806676a7ebc2a62aa39d742127fbf74fbb3c (diff) |
Use generic page template for bookmark and lazy chat lists.
Change-Id: I86cc78c8164d6672d8b5cfbc2a3433954068967e
Diffstat (limited to 'src/main/resources/templates/benki/wiki/wikiPageRevisionList.html')
-rw-r--r-- | src/main/resources/templates/benki/wiki/wikiPageRevisionList.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/templates/benki/wiki/wikiPageRevisionList.html b/src/main/resources/templates/benki/wiki/wikiPageRevisionList.html index 2fd04eb..91e5058 100644 --- a/src/main/resources/templates/benki/wiki/wikiPageRevisionList.html +++ b/src/main/resources/templates/benki/wiki/wikiPageRevisionList.html @@ -7,6 +7,8 @@ {#siteSection}Wiki{/siteSection} {#wikiClass}this-page{/wikiClass} +{#nav}{#navbar siteSection="Wiki" /}{/nav} + {#body} <header> <h1>Revisions — <a href="/wiki/{title}">{title}</a></h1> |