navbar: Add link to /stats from the gear menu.

This adds a link to the Zulip statistics UI, making it easy for users
to discover.  We'd been waiting on doing this until the visual design
of that page was satisfactory, which it is now.

Fixes #5774.
This commit is contained in:
Tim Abbott 2017-07-16 14:34:24 -07:00
parent 45bc220796
commit fd63d98786
1 changed files with 6 additions and 0 deletions

View File

@ -102,6 +102,12 @@
<i class="icon-vector-sitemap"></i> {{ _('API documentation') }} <i class="icon-vector-sitemap"></i> {{ _('API documentation') }}
</a> </a>
</li> </li>
<li title="{{ _('Statistics') }}" role="presentation">
<a href="/stats" target="_blank" role="menuitem">
<i class="icon-vector-bar-chart"></i>
<span>{{ _('Statistics') }}</span>
</a>
</li>
<li class="divider" role="presentation"></li> <li class="divider" role="presentation"></li>
{% if enable_feedback %} {% if enable_feedback %}
<li title="{{ _('Feedback') }}" role="presentation"> <li title="{{ _('Feedback') }}" role="presentation">