mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	portico: Add links to 'Features' and 'User documentation' pages.
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user