From b7e9858dcfb8bfd008739535c1ea8c5340a2cfb1 Mon Sep 17 00:00:00 2001 From: Wilmer Ramones Date: Thu, 6 Oct 2016 09:34:35 -0400 Subject: [PATCH] mostrar planificacion por temas de las uc inscritas a los estudiantes --- app/Resources/views/inscripcion/index.html.twig | 2 +- app/Resources/views/planificacionseccion/show.html.twig | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Resources/views/inscripcion/index.html.twig b/app/Resources/views/inscripcion/index.html.twig index b4e9e56..5c2fdf8 100644 --- a/app/Resources/views/inscripcion/index.html.twig +++ b/app/Resources/views/inscripcion/index.html.twig @@ -79,7 +79,7 @@ {% if inscritas.getIdSeccion.getPlanificacion | length > 0 %}
    {% for planificacion in inscritas.getIdSeccion.getPlanificacion %} -
  1. {{ planificacion.idTemaUc.nombre }}
  2. +
  3. {{ planificacion.idTemaUc.nombre }}
  4. {% endfor %}
{% else %} diff --git a/app/Resources/views/planificacionseccion/show.html.twig b/app/Resources/views/planificacionseccion/show.html.twig index 35db98f..7911f2c 100644 --- a/app/Resources/views/planificacionseccion/show.html.twig +++ b/app/Resources/views/planificacionseccion/show.html.twig @@ -27,6 +27,7 @@
  • Back to the list
  • + {% if is_granted('ROLE_DOCENTE') %}
  • Edit
  • @@ -35,6 +36,7 @@ Calificar {% endif %} + {% endif %} -- 2.0.0