aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/layout.html
diff options
context:
space:
mode:
author0livd <github@destras.fr>2017-08-21 23:51:32 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2017-08-21 23:51:32 +0200
commit2ec4fb589fdc0fa14297263fd9357c796689dee9 (patch)
tree33357717c20a5781cbff4b783dc3db1517dda533 /ihatemoney/templates/layout.html
parentec4a099f182629d86a7421af7d4899a655be684e (diff)
downloadihatemoney-mirror-2ec4fb589fdc0fa14297263fd9357c796689dee9.zip
ihatemoney-mirror-2ec4fb589fdc0fa14297263fd9357c796689dee9.tar.gz
ihatemoney-mirror-2ec4fb589fdc0fa14297263fd9357c796689dee9.tar.bz2
Add a statistics tab (#257)
Diffstat (limited to 'ihatemoney/templates/layout.html')
-rw-r--r--ihatemoney/templates/layout.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html
index 76ae890..36f01f8 100644
--- a/ihatemoney/templates/layout.html
+++ b/ihatemoney/templates/layout.html
@@ -40,6 +40,7 @@
{% block navbar %}
<li class="nav-item{% if current_view == 'list_bills' %} active{% endif %}"><a class="nav-link" href="{{ url_for(".list_bills") }}">{{ _("Bills") }}</a></li>
<li class="nav-item{% if current_view == 'settle_bill' %} active{% endif %}"><a class="nav-link" href="{{ url_for(".settle_bill") }}">{{ _("Settle") }}</a></li>
+ <li class="nav-item{% if current_view == 'statistics' %} active{% endif %}"><a class="nav-link" href="{{ url_for(".statistics") }}">{{ _("Statistics") }}</a></li>
{% endblock %}
{% endif %}
</ul>