diff options
Diffstat (limited to 'templates/wiki/base.html')
-rw-r--r-- | templates/wiki/base.html | 5 |
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> Source </a> </li> + <li> + <a href="{{ url_for("history.show", page=page) }}"> + <i class="uk-icon fas fa-fw fa-history"></i> Revisions + </a> + </li> {% else %} <li> <a href="{{ url_for("wiki.page", page=page) }}"> |