Refactor previews.blade.php to improve code readability
This commit is contained in:
parent
289480c954
commit
0aacad655d
@ -15,8 +15,8 @@ class="text-warning">{{ $application->destination->server->name }}</span>.</div>
|
|||||||
@isset($rate_limit_remaining)
|
@isset($rate_limit_remaining)
|
||||||
<div class="pt-1 ">Requests remaining till rate limited by Git: {{ $rate_limit_remaining }}</div>
|
<div class="pt-1 ">Requests remaining till rate limited by Git: {{ $rate_limit_remaining }}</div>
|
||||||
@endisset
|
@endisset
|
||||||
@if (count($pull_requests) > 0)
|
<div wire:loading.remove wire:target='load_prs'>
|
||||||
<div wire:loading.remove wire:target='load_prs'>
|
@if ($pull_requests->count() > 0)
|
||||||
<div class="overflow-x-auto table-md">
|
<div class="overflow-x-auto table-md">
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
@ -50,8 +50,8 @@ class="text-warning">{{ $application->destination->server->name }}</span>.</div>
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
@endif
|
||||||
@endif
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@if ($application->previews->count() > 0)
|
@if ($application->previews->count() > 0)
|
||||||
<div class="pb-4">Previews</div>
|
<div class="pb-4">Previews</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user