Commit ba37b5795a7856a0a8d8c448f85b9050bbcfd074
1 parent
afed80aa23
Exists in
facturador
Borrado de comentario.
Showing
1 changed file
with
2 additions
and
4 deletions
 
Show diff stats
src/views/nombre-empresa.html
| 1 | 1 | <div class="container bg-white"> | 
| 2 | 2 | <div class="row p-2 justify-content-between"> | 
| 3 | 3 | <div class="col-auto"> | 
| 4 | - <img ng-src="./img/logodebo.png" alt=""> | |
| 5 | - <!-- <h5 class="text-left"><strong>{{nombre}}</strong></h5> --> | |
| 4 | + <img ng-src="./img/logodebo.png" alt=""> | |
| 6 | 5 | </div> | 
| 7 | 6 | <div class="col-auto"> | 
| 8 | - <img ng-src="./img/logoaxion.png" alt=""> | |
| 9 | - <!-- <h5 class="text-right align-bottom"><small>{{direccion}}</small></h5> --> | |
| 7 | + <img ng-src="./img/logoaxion.png" alt=""> | |
| 10 | 8 | </div> | 
| 11 | 9 | </div> | 
| 12 | 10 | </div> |