This commit is contained in:
Andras Bacsai
2023-06-07 15:08:35 +02:00
parent 50bac2c056
commit bbcabc8e71
31 changed files with 636 additions and 472 deletions

View File

@@ -2,11 +2,11 @@
<x-naked-modal show="deleteProject" message='Are you sure you would like to delete this project?' />
@if ($resource_count > 0)
<x-forms.button disabled="First delete all resources.">
Delete
Delete Project
</x-forms.button>
@else
<x-forms.button x-on:click.prevent="deleteProject = true">
Delete
Delete Project
</x-forms.button>
@endif
</div>