Commit d7251b487bef66788821eaeddb2835592ea09726

Authored by Wilmer
1 parent 86ad52b079
Exists in master

creado el boton para mostrar el pida creado

app/Resources/views/solicitudes/index.html.twig
... ... @@ -52,6 +52,11 @@
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 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 60 {% if servicio.idServicioCe.id == 5 %}
56 61 <a href="{{ path('adscripcion_show', { 'id': servicio.id }) }}" class="btn btn-xs btn-info"><i class="fa fa-eye"> </i></a>
57 62  
... ...