Skip to content

Commit

Permalink
Update dashboard.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobcatalin committed Jan 10, 2024
1 parent 177369e commit fc5084b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layouts/dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,31 @@
text
class="text-none"
to="/admin/complaints"
v-if="$user.hasPermission('ViewAny - complaints')"
>
Raportări
</v-btn>
<v-btn
text
class="text-none"
to="/admin/articles"
v-if="$user.hasPermission('ViewAny - articles')"
>
Gestionare articole
</v-btn>
<v-btn
text
class="text-none"
to="/admin/resources"
v-if="$user.hasPermission('ViewAny - resources')"
>
Gestionare resurse de sprijin
</v-btn>
<v-btn
text
class="text-none"
to="/admin/users"
v-if="$user.hasPermission('ViewAny - users')"
>
Utilizatori
</v-btn>
Expand Down

1 comment on commit fc5084b

@vercel
Copy link

@vercel vercel bot commented on fc5084b Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.