From 858177cee42a80f0eff1a50ebf78c2918a52ee9e Mon Sep 17 00:00:00 2001 From: Pablo Bonilla Date: Mon, 16 Aug 2021 01:29:52 -0600 Subject: [PATCH] Fix survey template and categories list empty list placeholder message --- .../app/entities/categoria/list/categoria.component.html | 9 +++++++-- .../dashboard-admin/dashboard-admin.component.html | 6 +++--- .../app/entities/plantilla/list/plantilla.component.html | 9 +++++++-- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/main/webapp/app/entities/categoria/list/categoria.component.html b/src/main/webapp/app/entities/categoria/list/categoria.component.html index 780d299..a51969f 100644 --- a/src/main/webapp/app/entities/categoria/list/categoria.component.html +++ b/src/main/webapp/app/entities/categoria/list/categoria.component.html @@ -33,8 +33,13 @@ -
- No categorias found +
+
+ +

No existen categorías

+

Inicie creando categorías para identificar las encuestas de los usuarios

+
+
diff --git a/src/main/webapp/app/entities/dashboard/dashboard-admin/dashboard-admin.component.html b/src/main/webapp/app/entities/dashboard/dashboard-admin/dashboard-admin.component.html index 3a64b9c..377ac43 100644 --- a/src/main/webapp/app/entities/dashboard/dashboard-admin/dashboard-admin.component.html +++ b/src/main/webapp/app/entities/dashboard/dashboard-admin/dashboard-admin.component.html @@ -101,7 +101,7 @@
- +
@@ -127,7 +127,7 @@
-
{{ categoria.nombre }}
+
@@ -199,7 +199,7 @@
-
{{ categoria.nombre }}
+
diff --git a/src/main/webapp/app/entities/plantilla/list/plantilla.component.html b/src/main/webapp/app/entities/plantilla/list/plantilla.component.html index 4c2782e..5a0e239 100644 --- a/src/main/webapp/app/entities/plantilla/list/plantilla.component.html +++ b/src/main/webapp/app/entities/plantilla/list/plantilla.component.html @@ -59,8 +59,13 @@ --> -
- No templates found +
+
+ +

No existen plantillas

+

Inicie creando plantillas de encuestas para publicarlas en la tienda

+
+
Usuario