Commit d0f7542d0ca2b20dcd49bfbb178b4e74129cff00
1 parent
f50fb3e76f
Exists in
master
el botón de subida de ascenso esta mejor ubicado en la solicitud de ascenso
Showing
2 changed files
with
5 additions
and
4 deletions
Show diff stats
app/Resources/views/cea/ascenso_mostar.html.twig
| @@ -71,6 +71,10 @@ | @@ -71,6 +71,10 @@ | ||
| 71 | El Docente ya ha formalizado su Antiguedad ante la UBV | 71 | El Docente ya ha formalizado su Antiguedad ante la UBV |
| 72 | {% endif %} | 72 | {% endif %} |
| 73 | {% endif %} | 73 | {% endif %} |
| 74 | + | ||
| 75 | + {% if ascenso is not null %} | ||
| 76 | + <button class="btn btn-success btn-sm">Añadir Ascenso {{ ascenso.idEscalafones.nombre }} </button> | ||
| 77 | + {% endif %} | ||
| 74 | 78 | ||
| 75 | 79 | ||
| 76 | 80 |
app/Resources/views/cea/solicitudes_mostar.html.twig
| @@ -69,10 +69,7 @@ | @@ -69,10 +69,7 @@ | ||
| 69 | </div> | 69 | </div> |
| 70 | <button class="btn btn-success btn-sm">Añadir Concurso de Oposición</button> | 70 | <button class="btn btn-success btn-sm">Añadir Concurso de Oposición</button> |
| 71 | {% endif %} | 71 | {% endif %} |
| 72 | - {% if ascenso is not null %} | ||
| 73 | - <button class="alert alert-info ">Debido a que tiene una solicitud activa de ascenso, ud puede</button> | ||
| 74 | - <button class="btn btn-success btn-sm">Añadir Ascenso {{ ascenso.idEscalafones.nombre }} </button> | ||
| 75 | - {% endif %} | 72 | + |
| 76 | 73 | ||
| 77 | </div> | 74 | </div> |
| 78 | {% endif %} | 75 | {% endif %} |