Skip to content

Commit

Permalink
navbar: Add link to /stats from the gear menu.
Browse files Browse the repository at this point in the history
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 zulip#5774.
  • Loading branch information
timabbott committed Jul 16, 2017
1 parent 45bc220 commit fd63d98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/zerver/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@
<i class="icon-vector-sitemap"></i> {{ _('API documentation') }}
</a>
</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>
{% if enable_feedback %}
<li title="{{ _('Feedback') }}" role="presentation">
Expand Down

0 comments on commit fd63d98

Please sign in to comment.