aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Joseph <[email protected]>2018-04-17 23:27:59 +0100
committerGravatar Joseph <[email protected]>2018-04-17 23:27:59 +0100
commit463762b008f31a5817eff1c33b233567cfba00a4 (patch)
tree871ea01f702be1f0387bd6adc5e9a9f8551aa032 /templates
parentAdd wiki audit logs (#52) (diff)
Fix revision list JS & add menu item for revisions
Diffstat (limited to 'templates')
-rw-r--r--templates/wiki/base.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/wiki/base.html b/templates/wiki/base.html
index b2545977..0eb410ad 100644
--- a/templates/wiki/base.html
+++ b/templates/wiki/base.html
@@ -92,6 +92,11 @@
<i class="uk-icon fas fa-fw fa-code"></i> &nbsp;Source
</a>
</li>
+ <li>
+ <a href="{{ url_for("history.show", page=page) }}">
+ <i class="uk-icon fas fa-fw fa-history"></i> &nbsp;Revisions
+ </a>
+ </li>
{% else %}
<li>
<a href="{{ url_for("wiki.page", page=page) }}">