Use notifications and menus from Pillar

This commit is contained in:
2017-06-09 16:33:34 +02:00
parent a13ba17545
commit 12c51fb3f5

View File

@@ -65,35 +65,9 @@ html(lang="en")
i.pi-question
| {% endif %}
| {% if current_user.is_authenticated %}
| {% if current_user.has_role('demo') %}
| {% set subscription = 'demo' %}
| {% elif current_user.has_role('subscriber') %}
| {% set subscription = 'subscriber' %}
| {% else %}
| {% set subscription = 'none' %}
| {% endif %}
li.nav-notifications
a.navbar-item#notifications-toggle(
title="Notifications",
data-toggle="tooltip",
data-placement="bottom")
i.pi-notifications-none.nav-notifications-icon
span#notifications-count
span
.flyout-hat
#notifications.flyout.notifications
.flyout-content
span.flyout-title Notifications
a#notifications-markallread(
title="Mark All as Read",
href="/notifications/read-all")
| Mark All as Read
| {% include '_notifications.html' %}
| {% from '_macros/_menu.html' import navigation_menu_notifications, navigation_menu_user %}
| {{ navigation_menu_notifications(current_user) }}
| {{ navigation_menu_user(current_user) }}
li(class="dropdown{% if title in ['profile', 'billing-address', 'pledges', 'manage-collection']: %} active{% endif %}")