Commit 8f3a6641b03c1a22fcc9b0c06b0856f74430c85d
1 parent
a7e65d1198
Exists in
develop
eliminar imagen de prueba
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/app/modules/seleccion-articulos/filtro-categorias/filtro-categorias.component.html
| ... | ... | @@ -45,9 +45,8 @@ |
| 45 | 45 | (contextmenu)="false" |
| 46 | 46 | class="col-12 img-fluid align-self-end d-none |
| 47 | 47 | d-sm-block rounded-circle w-100 h-auto" |
| 48 | - src="assets/img/hamb.png" | |
| 48 | + src="{{urlImagenes}}{{categoria.path_imagen}}" | |
| 49 | 49 | onerror="this.src='assets/img/image-not-found.jpg'"> |
| 50 | - <!-- {{urlImagenes}}{{categoria.path_imagen}} --> | |
| 51 | 50 | <small class="col-12 px-1 my-1 h-100 h-md-25 align-self-end text-center text-truncate">{{categoria.detalle}}</small> |
| 52 | 51 | </div> |
| 53 | 52 | </div> |