remove calendar bubble

This commit is contained in:
Simon Caminada
2019-03-25 17:20:48 +01:00
parent fd8ef99933
commit 1840a644a4

View File

@@ -29,7 +29,7 @@
<a href="{{ calendar_url }}" class="header__button header__button--reverse header__button--light data_id_2
{% if calendar_url == request.path %}active{% endif %}">
<span class="header__button__icon">
{% if new_calendar_amount %}
{% if 0 and new_calendar_amount %}
<span class="header__button__icon__number">{{ new_calendar_amount }}</span>
{% endif %}
{% include 'project/assets/calendar.svg' %}