aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-27 09:44:19 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-27 09:44:19 +0000
commit6aaddfd14beaafed9a55a2c0074fbaad4dda0f50 (patch)
tree8b6d83e56c914383d9b9327ba942218d86a77d52 /templates
parentfixes the coverage badge to point to the master branch (#29) (diff)
Move `/help` to `/info/help`
Diffstat (limited to 'templates')
-rw-r--r--templates/main/info/help.html (renamed from templates/main/help.html)0
-rw-r--r--templates/main/navigation.html6
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/main/help.html b/templates/main/info/help.html
index d3084f8b..d3084f8b 100644
--- a/templates/main/help.html
+++ b/templates/main/info/help.html
diff --git a/templates/main/navigation.html b/templates/main/navigation.html
index 8a1e9a6a..09b4f91f 100644
--- a/templates/main/navigation.html
+++ b/templates/main/navigation.html
@@ -17,10 +17,10 @@
<a><i class="uk-icon fas fa-chevron-down"></i></a>
<div class="uk-navbar-dropdown uk-background-secondary">
<ul class="uk-nav uk-navbar-dropdown-nav">
- {% if current_page == "help" %}
- <li class="uk-active"><a href="/help">Getting Help</a></li>
+ {% if current_page == "info/help" %}
+ <li class="uk-active"><a href="/info/help">Getting Help</a></li>
{% else %}
- <li><a href="/help">Getting Help</a></li>
+ <li><a href="/info/help">Getting Help</a></li>
{% endif %}
<li class="uk-nav-divider"></li>
</ul>