From 7fbeba6d0d549a41f206cd836bd74a072f0b7863 Mon Sep 17 00:00:00 2001 From: Wilmer Date: Tue, 9 May 2017 08:52:12 -0400 Subject: [PATCH] coloca en orden los escalafones obtenidos al mostrarselos al coordinador --- app/Resources/views/cea/ascenso_mostar.html.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Resources/views/cea/ascenso_mostar.html.twig b/app/Resources/views/cea/ascenso_mostar.html.twig index 8494dba..badb7e1 100644 --- a/app/Resources/views/cea/ascenso_mostar.html.twig +++ b/app/Resources/views/cea/ascenso_mostar.html.twig @@ -140,12 +140,12 @@ {% if escalas is not null %}
- - + +
- {% for escala in escalas %} + {% for escala in escalas | sort %} -- 2.0.0
Escalafón Fecha Tipo
{{escala.idEscala }}