From c3de13e0d8a9d7200a664f3c6ee07e8077cd1f19 Mon Sep 17 00:00:00 2001 From: OG-Jons Date: Sat, 8 Jun 2024 00:00:33 +0200 Subject: [PATCH 01/33] refactor: replaces duplications in code with a single function --- .../livewire/project/resource/index.blade.php | 414 +----------------- 1 file changed, 23 insertions(+), 391 deletions(-) diff --git a/resources/views/livewire/project/resource/index.blade.php b/resources/views/livewire/project/resource/index.blade.php index 56fc1ee43..82aaa1f5d 100644 --- a/resources/views/livewire/project/resource/index.blade.php +++ b/resources/views/livewire/project/resource/index.blade.php @@ -1,7 +1,4 @@
- - {{ data_get_str($project, 'name')->limit(10) }} > Resources | Coolify -

Resources

@@ -50,7 +47,7 @@ class="items-center justify-center box">+ Add New Resource
-