Fix: Corrected JavaScript syntax in project-map Blade template (selectFeature and window.openViewer calls). Feat: Enhanced templates page with clearer button text and explanatory text for generic template creation.

This commit is contained in:
2026-05-11 23:27:14 +02:00
parent 7959d44211
commit 53df28068c
2 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -2,8 +2,11 @@
<div class="mb-6">
<button wire:click="$emit('showTemplateForm')"
class="btn btn-primary btn-lg">
Nuevo template
+ Nuevo template de inspección
</button>
<p class="text-sm text-muted mb-4">
Crea templates genéricos que puedan usarse en cualquier fase del proyecto
</p>
</div>
<livewire/template-manager :project="$project" />
</x-app-layout>