From 372ec0782cc2cc8f63266229ba53aa7240c03896 Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Tue, 2 Aug 2022 12:24:35 +0300 Subject: [PATCH] unused HTML classname ejected --- resources/views/auth/users/index.blade.php | 18 ++++++++---------- .../views/banking/accounts/index.blade.php | 6 ++---- .../banking/reconciliations/index.blade.php | 2 +- .../views/banking/transfers/index.blade.php | 6 +++--- .../views/common/companies/index.blade.php | 6 +++--- .../views/common/dashboards/index.blade.php | 2 +- .../contacts/index/content.blade.php | 4 ++-- .../documents/index/document.blade.php | 4 ++-- .../views/settings/categories/index.blade.php | 6 +++--- .../views/settings/currencies/index.blade.php | 4 ++-- resources/views/settings/taxes/index.blade.php | 6 +++--- 11 files changed, 30 insertions(+), 34 deletions(-) diff --git a/resources/views/auth/users/index.blade.php b/resources/views/auth/users/index.blade.php index 0551a0f18..b7d071a79 100644 --- a/resources/views/auth/users/index.blade.php +++ b/resources/views/auth/users/index.blade.php @@ -81,16 +81,14 @@ {{ $item->email }} - - @foreach($item->roles as $role) - - {{ $role->display_name }} - - @endforeach + +
+ @foreach($item->roles as $role) + + {{ $role->display_name }} + + @endforeach +
diff --git a/resources/views/banking/accounts/index.blade.php b/resources/views/banking/accounts/index.blade.php index 9515e422b..3e53d8eeb 100644 --- a/resources/views/banking/accounts/index.blade.php +++ b/resources/views/banking/accounts/index.blade.php @@ -62,11 +62,9 @@ - + -
- {{ $item->name }} -
+ {{ $item->name }} @if (! $item->enabled) diff --git a/resources/views/banking/reconciliations/index.blade.php b/resources/views/banking/reconciliations/index.blade.php index 78810f779..6ab680571 100644 --- a/resources/views/banking/reconciliations/index.blade.php +++ b/resources/views/banking/reconciliations/index.blade.php @@ -86,7 +86,7 @@
- + {{ $item->account->name }} diff --git a/resources/views/banking/transfers/index.blade.php b/resources/views/banking/transfers/index.blade.php index 0ab4e06ab..518480314 100644 --- a/resources/views/banking/transfers/index.blade.php +++ b/resources/views/banking/transfers/index.blade.php @@ -103,7 +103,7 @@ -