Commit 75d79b6832e68ea2716455fda9d9ffef1f403c06
1 parent
37efac8145
Exists in
master
boton salir
Showing
3 changed files
with
15 additions
and
0 deletions
Show diff stats
src/views/foca-abm-precios-condiciones-item.html
src/views/foca-abm-precios-condiciones-listado.html
src/views/foca-abm-precios-condiciones-modal-confirmar.html
... | ... | @@ -11,3 +11,8 @@ |
11 | 11 | <button class="btn btn-danger" ng-click="borrar()">Borrar</button> |
12 | 12 | <button class="btn btn-default" ng-click="cancelar()">Cancelar</button> |
13 | 13 | </div> |
14 | +<a href="#!/" title="Salir" | |
15 | + class="btn btn-secondary btn-block float-right col-md-2" | |
16 | +> | |
17 | + Salir | |
18 | +</a> | |
14 | 19 | \ No newline at end of file |