We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96415fd commit 0f9e59cCopy full SHA for 0f9e59c
1 file changed
resources/views/overview/default.blade.php
@@ -513,7 +513,7 @@ function widget_dom(data) {
513
514
@if (
515
($dashboard->access == 1 && Auth::id() === $dashboard->user_id) ||
516
- ($dashboard->access == 0 || $dashboard->access == 3)
+ ($dashboard->access == 0 || $dashboard->access >= 2)
517
)
518
'<i class="fa fa-pencil-square-o edit-widget" data-widget-id="'+data.user_widget_id+'" aria-label="Settings" data-toggle="tooltip" data-placement="top" title="Settings"> </i> '+
519
@endif
0 commit comments