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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user