Commit 53f5d7569c3a1a3a3fb7d005307163f9b6b5f415
1 parent
3eec57eb48
Exists in
master
añadido el ojo para ver su envio de solicitud de ascenso por parte de los docentes
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
app/Resources/views/solicitudes/index.html.twig
... | ... | @@ -30,7 +30,7 @@ |
30 | 30 | <th> Descripción </th> |
31 | 31 | <th> Fecha Solicitud</th> |
32 | 32 | <th> Estatus Solicitud</th> |
33 | - <th> Acciones</th> | |
33 | + <th> Acciones</th> | |
34 | 34 | </tr> |
35 | 35 | </thead> |
36 | 36 | <tbody> |
... | ... | @@ -51,6 +51,10 @@ |
51 | 51 | {% endif %} |
52 | 52 | <a href="{{ path('adscripcion_show', { 'id': servicio.id }) }}" class="btn btn-xs btn-info"><i class="fa fa-eye"> </i></a> |
53 | 53 | {%endif%} |
54 | + | |
55 | + {% if servicio.idServicioCe.id == 5 %} | |
56 | + <a href="{{ path('adscripcion_show', { 'id': servicio.id }) }}" class="btn btn-xs btn-info"><i class="fa fa-eye"> </i></a> | |
57 | + {%endif%} | |
54 | 58 | </td> |
55 | 59 | </tr> |
56 | 60 | {% endfor %} | ... | ... |