mejora en UX de busqueda
This commit is contained in:
@ -58,6 +58,7 @@
|
|||||||
if (!this.venta.current_estado.tipo_estado_venta.activa) {
|
if (!this.venta.current_estado.tipo_estado_venta.activa) {
|
||||||
unidad.html(unidad.html() + ' (I)')
|
unidad.html(unidad.html() + ' (I)')
|
||||||
}
|
}
|
||||||
|
unidad.html(unidad.html() + ' <i class="angle right icon"></i>')
|
||||||
propietario = $('<a></a>')
|
propietario = $('<a></a>')
|
||||||
.attr('href','{{$urls->base}}/search/"' + encodeURIComponent(this.venta.propietario.nombre_completo) + '"/propietario')
|
.attr('href','{{$urls->base}}/search/"' + encodeURIComponent(this.venta.propietario.nombre_completo) + '"/propietario')
|
||||||
.html(this.venta.propietario.nombre_completo)
|
.html(this.venta.propietario.nombre_completo)
|
||||||
|
Reference in New Issue
Block a user