diff options
Diffstat (limited to 'templates/web/zurich/header.html')
-rw-r--r-- | templates/web/zurich/header.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/zurich/header.html b/templates/web/zurich/header.html index af8351ed5..8dafd2ff3 100644 --- a/templates/web/zurich/header.html +++ b/templates/web/zurich/header.html @@ -68,6 +68,9 @@ <li [% IF pagename == 'users' OR pagename == 'user_edit' %]class="current"[% END %]> <a href="/admin/users">[% loc('Users') %]</a> </li> + <li [% IF pagename == 'stats' %]class="current"[% END %]> + <a href="/admin/stats">[% loc('Stats') %]</a> + </li> [% END %] <li class="search-box"> <form method="get" action="[% c.uri_for('reports') %]" enctype="application/x-www-form-urlencoded" accept-charset="utf-8"> |