diff --git a/src/main/webapp/app/entities/encuesta/list/encuesta.component.html b/src/main/webapp/app/entities/encuesta/list/encuesta.component.html index 73e36c6..f0545aa 100644 --- a/src/main/webapp/app/entities/encuesta/list/encuesta.component.html +++ b/src/main/webapp/app/entities/encuesta/list/encuesta.component.html @@ -85,7 +85,7 @@ [attr.data-id]="encuesta.id" >
-
+
  {{ encuesta.nombre }} -   {{ encuesta.nombre }} -   {{ - encuesta.fechaCreacion | formatShortDatetime - }} - {{ encuesta.descripcion }} - {{ encuesta.categoria?.nombre | lowercase }} +
+
+   {{ encuesta.nombre | titlecase }} +
+
+   {{ encuesta.nombre | titlecase }} +
+
+   {{ + encuesta.fechaCreacion | formatShortDatetime | titlecase + }} +
+
+ {{ encuesta.descripcion | titlecase }} +
+
+ {{ encuesta.categoria?.nombre | lowercase }} +
+
+ +
+