Commit 48289494 by Oscar Gonzalez

se agregan 2 columnas al listado

parent 8b8cbf9d
...@@ -39,7 +39,9 @@ ...@@ -39,7 +39,9 @@
<tr> <tr>
<th scope="col">#</th> <th scope="col">#</th>
<th scope="col">Nombre Completo</th> <th scope="col">Nombre Completo</th>
<th scope="col">ID slack</th>
<th scope="col">Fecha de cumpleaños</th> <th scope="col">Fecha de cumpleaños</th>
<th scope="col">Url foto</th>
<th scope="col"></th> <th scope="col"></th>
</tr> </tr>
</thead> </thead>
...@@ -49,8 +51,9 @@ ...@@ -49,8 +51,9 @@
<tr> <tr>
<th scope="row">${sta.index+1}</th> <th scope="row">${sta.index+1}</th>
<td>${cumple.getNombreCompleto()}</td> <td>${cumple.getNombreCompleto()}</td>
<td>${cumple.getIdSlack()}</td>
<td>${cumple.getFecha()}</td> <td>${cumple.getFecha()}</td>
<td>${cumple.getFoto()}</td>
<td><a href="/cumples/modificar/${cumple.id}"><i class="bi bi-pencil-fill"></i></a></td> <td><a href="/cumples/modificar/${cumple.id}"><i class="bi bi-pencil-fill"></i></a></td>
</tr> </tr>
</c:forEach> </c:forEach>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment