Merge pull request #2496 from brkcvn/master

Unused classname ejected
This commit is contained in:
Burak Civan 2022-06-29 12:17:27 +03:00 committed by GitHub
commit ba5e729a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 10 deletions

View File

@ -247,7 +247,7 @@
</div> </div>
</div> </div>
<div class="relative__footer mt-6"> <div class="mt-6">
@if ($transactions->count()) @if ($transactions->count())
<div class="sm:col-span-6 flex items-center justify-end"> <div class="sm:col-span-6 flex items-center justify-end">
<x-link <x-link

View File

@ -186,7 +186,7 @@
</div> </div>
@can('update-banking-reconciliations') @can('update-banking-reconciliations')
<div class="relative__footer mt-6"> <div class="mt-6">
@if ($transactions->count()) @if ($transactions->count())
<div class="sm:col-span-6 flex items-center justify-end"> <div class="sm:col-span-6 flex items-center justify-end">
<x-link <x-link

View File

@ -29,7 +29,7 @@
<x-form.group.file name="import" dropzone-class="form-file" singleWidthClasses :options="['acceptedFiles' => '.xls,.xlsx']" form-group-class="mt-8" /> <x-form.group.file name="import" dropzone-class="form-file" singleWidthClasses :options="['acceptedFiles' => '.xls,.xlsx']" form-group-class="mt-8" />
</div> </div>
<div class="relative__footer mt-8"> <div class="mt-8">
<div class="sm:col-span-6 flex items-center justify-end"> <div class="sm:col-span-6 flex items-center justify-end">
@if (! empty($route)) @if (! empty($route))
<a href="{{ route(\Str::replaceFirst('.import', '.index', $route)) }}" class="px-6 py-1.5 mr-2 hover:bg-gray-200 rounded-lg"> <a href="{{ route(\Str::replaceFirst('.import', '.index', $route)) }}" class="px-6 py-1.5 mr-2 hover:bg-gray-200 rounded-lg">

View File

@ -21,8 +21,6 @@
@endif @endif
@if (! empty($foot) && $foot->isNotEmpty()) @if (! empty($foot) && $foot->isNotEmpty())
<div class="relative__footer">
{!! $foot !!} {!! $foot !!}
</div>
@endif @endif
</div> </div>

View File

@ -10,8 +10,6 @@
@endif @endif
@if (! empty($foot) && $foot->isNotEmpty()) @if (! empty($foot) && $foot->isNotEmpty())
<div class="relative__footer">
{!! $foot !!} {!! $foot !!}
</div>
@endif @endif
</div> </div>

View File

@ -21,8 +21,6 @@
@endif @endif
@if (! empty($foot) && $foot->isNotEmpty()) @if (! empty($foot) && $foot->isNotEmpty())
<div class="relative__footer"> !! $foot !!}
{!! $foot !!}
</div>
@endif @endif
</div> </div>