show product link in bag
parent
d9b5f20e3e
commit
5e5a29d33c
|
@ -27,7 +27,9 @@ function createProductElement(objProduct){
|
|||
<img class="rounded img-fluid" style="height: 100px;" src="${objProduct.image}">
|
||||
</td>
|
||||
<td class="text-start">
|
||||
<span class="fs-5">${objProduct.title}</span>
|
||||
<span class="fs-5">
|
||||
<a class="text-decoration-none" href="${objProduct.source_link}">${objProduct.title}</a>
|
||||
</span>
|
||||
<br>
|
||||
<small class="text-success">sofort verfügbar</small>
|
||||
<br>
|
||||
|
|
Loading…
Reference in New Issue