Add inbox link

pull/3890/head
Julio Montoya 4 years ago
parent 3a98db7f6a
commit b310fb5c91
  1. 8
      assets/vue/components/layout/DashboardLayout.vue

@ -41,7 +41,7 @@
<q-tooltip>Account</q-tooltip>
</q-btn>
<q-btn v-if="isAuthenticated" round dense flat color="grey-8" icon="inbox">
<q-btn v-if="isAuthenticated" round dense flat color="grey-8" icon="inbox" :to="'/main/messages/inbox.php'" >
<q-badge color="red" text-color="white" floating>
2
</q-badge>
@ -96,9 +96,9 @@
<!-- </q-item-section>-->
<!-- </q-item>-->
<q-separator />
<q-item replace :to="'/main/messages/index.php'" clickable class="">
<q-item-section>Inbox</q-item-section>
</q-item>
<!-- <q-item replace :to="'/main/messages/index.php'" clickable class="">-->
<!-- <q-item-section>Inbox</q-item-section>-->
<!-- </q-item>-->
<!-- <q-item href="/account/home" tag="a" class="">-->
<!-- <q-item-section>-->
<!-- Your profile-->

Loading…
Cancel
Save