Skip to content
Snippets Groups Projects
Commit 88cc8807 authored by Julian's avatar Julian
Browse files

Correctly use notification-list component

parent 02519850
No related branches found
No related tags found
1 merge request!1125Resolve "[Vue] Notifications look ugly"
Pipeline #103334 failed
......@@ -92,20 +92,7 @@
<v-spacer></v-spacer>
<language-form></language-form>
{% if user.is_authenticated %}
<v-menu offset-y>
<template v-slot:activator="{ on, attrs }">
<v-btn depressed color="primary" v-bind="attrs" v-on="on">
<v-icon color="white">
{% if request.user.person.unread_notifications_count > 0 %}
mdi-bell-badge-outline
{% else %}
mdi-bell-outline
{% endif %}
</v-icon>
</v-btn>
</template>
<notification-list/>
</v-menu>
<notification-list></notification-list>
<v-menu offset-y>
<template v-slot:activator="{ on, attrs }">
<v-avatar v-bind="attrs" v-on="on">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment