Commit d0f7542d0ca2b20dcd49bfbb178b4e74129cff00

Authored by Wilmer Ramones
1 parent f50fb3e76f
Exists in master

el botón de subida de ascenso esta mejor ubicado en la solicitud de ascenso

app/Resources/views/cea/ascenso_mostar.html.twig
... ... @@ -71,6 +71,10 @@
71 71 El Docente ya ha formalizado su Antiguedad ante la UBV
72 72 {% endif %}
73 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 69 </div>
70 70 <button class="btn btn-success btn-sm">Añadir Concurso de Oposición</button>
71 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 74 </div>
78 75 {% endif %}
... ...