Commit 7f47a0068ac2ac2cc9c961402a18043827b3caa5
1 parent
cda1617321
Exists in
master
mostrar desde cuando esta activo
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
app/Resources/views/cea/solicitudes_mostar.html.twig
... | ... | @@ -114,7 +114,8 @@ |
114 | 114 | </div> |
115 | 115 | <div class="col-md-3"> |
116 | 116 | {% if servicio.idEstatus.id == 1 %} |
117 | - <h4 class="alert alert-success">Estatus <strong>{{ servicio.idEstatus }}</strong></h4> | |
117 | + <h4 class="alert alert-success">Estatus <strong>{{ servicio.idEstatus }}</strong> </h4> | |
118 | + <small>Activo desde: {{ servicio.fechaUltimaActualizacion | date("d-m-Y h:i:s") }}</small> | |
118 | 119 | {% elseif servicio.idEstatus.id == 3 %} |
119 | 120 | <h4 class="alert alert-danger">Estatus <strong>{{ servicio.idEstatus }}</strong></h4> |
120 | 121 | {% else %} | ... | ... |