From 4828949463abc15625ffd8aa54470ee5de43d9f6 Mon Sep 17 00:00:00 2001 From: Oscar Gonzalez Date: Tue, 7 Feb 2023 11:28:09 -0300 Subject: [PATCH] se agregan 2 columnas al listado --- curriculumsearch/src/main/webapp/jsp/birthdays.jsp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/curriculumsearch/src/main/webapp/jsp/birthdays.jsp b/curriculumsearch/src/main/webapp/jsp/birthdays.jsp index 67479eb..0798c20 100644 --- a/curriculumsearch/src/main/webapp/jsp/birthdays.jsp +++ b/curriculumsearch/src/main/webapp/jsp/birthdays.jsp @@ -39,7 +39,9 @@ # Nombre Completo + ID slack Fecha de cumpleaƱos + Url foto @@ -49,8 +51,9 @@ ${sta.index+1} ${cumple.getNombreCompleto()} + ${cumple.getIdSlack()} ${cumple.getFecha()} - + ${cumple.getFoto()} -- libgit2 0.26.0