diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-01-26 11:11:24 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-01-26 11:11:24 +0100 |
commit | c27d1cb1398bd395112315f9c6cd57dcb16b517d (patch) | |
tree | d8a03730b3a29830d896fc3ed6cdc26a568d220e /src/main/resources/templates | |
parent | b428e5219a0933f346d2dca09783fea8c0f72694 (diff) |
Use embedded properties authentication in dev mode.
Change-Id: I3a10cac96568fb990eab5b9eaf27bf8780fe207d
Diffstat (limited to 'src/main/resources/templates')
-rw-r--r-- | src/main/resources/templates/benki/wiki/wikiPageRevisionList.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/benki/wiki/wikiPageRevisionList.html b/src/main/resources/templates/benki/wiki/wikiPageRevisionList.html index c44a6e5..95c796d 100644 --- a/src/main/resources/templates/benki/wiki/wikiPageRevisionList.html +++ b/src/main/resources/templates/benki/wiki/wikiPageRevisionList.html @@ -7,7 +7,7 @@ {#body} <header> - <h1>Revisions — {title}</h1> + <h1>Revisions — <a href="/wiki/{title}">{title}</a></h1> </header> <main> |