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,7 +30,7 @@ | ||
| 30 | <th> Descripción </th> | 30 | <th> Descripción </th> |
| 31 | <th> Fecha Solicitud</th> | 31 | <th> Fecha Solicitud</th> |
| 32 | <th> Estatus Solicitud</th> | 32 | <th> Estatus Solicitud</th> |
| 33 | - <th> Acciones</th> | 33 | + <th> Acciones</th> |
| 34 | </tr> | 34 | </tr> |
| 35 | </thead> | 35 | </thead> |
| 36 | <tbody> | 36 | <tbody> |
| @@ -51,6 +51,10 @@ | @@ -51,6 +51,10 @@ | ||
| 51 | {% endif %} | 51 | {% endif %} |
| 52 | <a href="{{ path('adscripcion_show', { 'id': servicio.id }) }}" class="btn btn-xs btn-info"><i class="fa fa-eye"> </i></a> | 52 | <a href="{{ path('adscripcion_show', { 'id': servicio.id }) }}" class="btn btn-xs btn-info"><i class="fa fa-eye"> </i></a> |
| 53 | {%endif%} | 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 | </td> | 58 | </td> |
| 55 | </tr> | 59 | </tr> |
| 56 | {% endfor %} | 60 | {% endfor %} |