+
-
+
+ {% if current_user.is_authenticated %}
+ - personProfile
+
+ - chevron_leftLog out
+ {% else %}
+ - chevron_rightLog in
+ {% endif %}
+
+
@@ -36,11 +46,6 @@
@@ -100,6 +105,10 @@
document.getElementById("nav-notifications"),
{"alignment": "right", "constrainWidth": false, "coverTrigger": false}
);
+ M.Dropdown.init(
+ document.getElementById("nav-account"),
+ {"alignment": "right", "constrainWidth": false, "coverTrigger": false}
+ );
M.Dropdown.init(
document.getElementById("nav-settings"),
{"alignment": "right", "constrainWidth": false, "coverTrigger": false}