portico: Add links to 'Features' and 'User documentation' pages.

This commit is contained in:
Cynthia Lin
2017-01-31 18:42:28 -08:00
committed by Tim Abbott
parent 944b809fd7
commit 0efb806861

View File

@@ -58,6 +58,7 @@
{% else %}
<li><a href="{{ server_uri }}/hello">{{ _('About') }}</a></li>
{% endif %}
{% if terms_of_service %}
{% if about_link_disabled %}
@@ -69,6 +70,12 @@
<li><span class="little-bullet">·</span></li>
<li><a href="{{ server_uri }}/privacy">{{ _('Privacy') }}</a></li>
{% endif %}
<li><span class="little-bullet">·</span></li>
<li><a href="{{ server_uri }}/features">{{ _('Features') }}</a></li>
<li><span class="little-bullet">·</span></li>
<li><a href="{{ server_uri }}/help">{{ _('User documentation') }}</a></li>
{% if login_link_disabled %}
{% else %}
<li><span class="little-bullet">·</span></li>