Commit d7251b487bef66788821eaeddb2835592ea09726
1 parent
86ad52b079
Exists in
master
creado el boton para mostrar el pida creado
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
app/Resources/views/solicitudes/index.html.twig
| @@ -52,6 +52,11 @@ | @@ -52,6 +52,11 @@ | ||
| 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 | 54 | ||
| 55 | + {% if servicio.idServicioCe.id == 4 %} | ||
| 56 | + <a href="{{ path('solicitud_pida', { 'id': servicio.id }) }}" class="btn btn-xs btn-info"><i class="fa fa-eye"> </i></a> | ||
| 57 | + | ||
| 58 | + {%endif%} | ||
| 59 | + | ||
| 55 | {% if servicio.idServicioCe.id == 5 %} | 60 | {% 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> | 61 | <a href="{{ path('adscripcion_show', { 'id': servicio.id }) }}" class="btn btn-xs btn-info"><i class="fa fa-eye"> </i></a> |
| 57 | 62 |