diff options
author | 2018-02-27 09:44:19 +0000 | |
---|---|---|
committer | 2018-02-27 09:44:19 +0000 | |
commit | 6aaddfd14beaafed9a55a2c0074fbaad4dda0f50 (patch) | |
tree | 8b6d83e56c914383d9b9327ba942218d86a77d52 /templates | |
parent | fixes 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.html | 6 |
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> |