From 4248d1b047fcfe9c583e5eea6d53bb33beae240f Mon Sep 17 00:00:00 2001 From: efim Date: Thu, 29 Jun 2023 18:18:33 +0000 Subject: [PATCH] feat(13): encoding data on server --- .../src/main/resources/templates/index.html | 2 +- .../main/scala/testimonialsgrid/Main.scala | 30 +----- .../scala/testimonialsgrid/Testimonial.scala | 100 ++++++++++++++++++ 3 files changed, 102 insertions(+), 30 deletions(-) create mode 100644 13-testimonials-grid-section/src/main/scala/testimonialsgrid/Testimonial.scala diff --git a/13-testimonials-grid-section/src/main/resources/templates/index.html b/13-testimonials-grid-section/src/main/resources/templates/index.html index 6f87d51..1e0dff6 100644 --- a/13-testimonials-grid-section/src/main/resources/templates/index.html +++ b/13-testimonials-grid-section/src/main/resources/templates/index.html @@ -32,7 +32,7 @@ -
+