diff --git a/app/View/Presenters/Menu.php b/app/View/Presenters/Menu.php index e12551a9222..1d0faf2a747 100644 --- a/app/View/Presenters/Menu.php +++ b/app/View/Presenters/Menu.php @@ -34,11 +34,11 @@ public function getCloseTagWrapper() */ public function getMenuWithoutDropdownWrapper($item) { - return '
  • - getAttributes() . '> + return '
  • + getAttributes() . '> ' . $this->getIcon($item) . ' - ' . $item->title . ' - + ' . $item->title . ' +
  • ' . PHP_EOL; @@ -104,9 +104,9 @@ public function getMenuWithDropDownWrapper($item) return '
    getActiveStateOnChild($item) . '> -
    +
    ' . $this->getIcon($item) . ' - ' . $item->title . ' + ' . $item->title . ' ' . $this->getChevron($item) . '
    @@ -132,10 +132,10 @@ public function getMultiLevelDropdownWrapper($item) return '
    -
    +
    ' . $this->getIcon($item) . ' - ' . $item->title . ' - + ' . $item->title . ' + ' . $this->getChevron($item) . '
    @@ -226,7 +226,7 @@ public function getIcon($item) $icon_content = '' . $item->icon . ''; } - return '
    + return '
    ' . $icon_content . '
    ' . PHP_EOL; } diff --git a/resources/views/banking/accounts/show.blade.php b/resources/views/banking/accounts/show.blade.php index 55d4922f935..ded360508b8 100644 --- a/resources/views/banking/accounts/show.blade.php +++ b/resources/views/banking/accounts/show.blade.php @@ -73,7 +73,7 @@ - more_horiz + more_horiz @stack('see_performance_button_start') diff --git a/resources/views/banking/transactions/index.blade.php b/resources/views/banking/transactions/index.blade.php index 9d63277d41f..f469aa21729 100644 --- a/resources/views/banking/transactions/index.blade.php +++ b/resources/views/banking/transactions/index.blade.php @@ -24,7 +24,7 @@ - more_horiz + more_horiz @can('create-banking-transactions') diff --git a/resources/views/banking/transfers/index.blade.php b/resources/views/banking/transfers/index.blade.php index d37e6c2f0f6..88c1dba617d 100644 --- a/resources/views/banking/transfers/index.blade.php +++ b/resources/views/banking/transfers/index.blade.php @@ -20,7 +20,7 @@ - more_horiz + more_horiz @can('create-banking-transfers') diff --git a/resources/views/common/dashboards/show.blade.php b/resources/views/common/dashboards/show.blade.php index bc3eb41e74d..7284177b5f5 100644 --- a/resources/views/common/dashboards/show.blade.php +++ b/resources/views/common/dashboards/show.blade.php @@ -103,7 +103,7 @@ - more_vert + more_vert diff --git a/resources/views/common/items/index.blade.php b/resources/views/common/items/index.blade.php index 0c9e8005f33..52037ca4b3b 100644 --- a/resources/views/common/items/index.blade.php +++ b/resources/views/common/items/index.blade.php @@ -18,7 +18,7 @@ - more_horiz + more_horiz @can('create-common-items') diff --git a/resources/views/common/reports/index.blade.php b/resources/views/common/reports/index.blade.php index b3c00040db3..9bdc67bfca5 100644 --- a/resources/views/common/reports/index.blade.php +++ b/resources/views/common/reports/index.blade.php @@ -61,7 +61,7 @@ - more_vert + more_vert diff --git a/resources/views/components/contacts/index/more-buttons.blade.php b/resources/views/components/contacts/index/more-buttons.blade.php index 76c542b8342..af09eca7a30 100644 --- a/resources/views/components/contacts/index/more-buttons.blade.php +++ b/resources/views/components/contacts/index/more-buttons.blade.php @@ -1,6 +1,6 @@ - more_horiz + more_horiz @if ($checkPermissionCreate) diff --git a/resources/views/components/contacts/show/more-buttons.blade.php b/resources/views/components/contacts/show/more-buttons.blade.php index 92cdc1f9adf..6314d681ab9 100644 --- a/resources/views/components/contacts/show/more-buttons.blade.php +++ b/resources/views/components/contacts/show/more-buttons.blade.php @@ -3,7 +3,7 @@ @if (! $hideActionsDropdown) - more_horiz + more_horiz @stack('delete_button_start') diff --git a/resources/views/components/delete-button.blade.php b/resources/views/components/delete-button.blade.php index 086ccdd5196..95b10ff0f47 100644 --- a/resources/views/components/delete-button.blade.php +++ b/resources/views/components/delete-button.blade.php @@ -8,7 +8,7 @@ class="relative bg-white hover:bg-gray-100 border py-0.5 px-1 cursor-pointer ind @if ($slot->isNotEmpty()) {!! $slot !!} @else - delete + delete @@ -165,7 +165,7 @@ class="flex flex-col items-center justify-center mb-5 cursor-pointer menu-button @elseif (is_object(user()->picture)) {{ user()->name }} @else - account_circle + account_circle @endif @stack('navbar_profile_welcome') @@ -183,7 +183,7 @@ class="flex flex-col items-center justify-center mb-5 cursor-pointer menu-button @can('read-notifications')