Skip to content
Snippets Groups Projects
Commit 234e7131 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '238-confidential-issue' into 'development'

Bilder werden über den Bilderproxy abgerufen

Closes #238

See merge request !396
parents 438b6c68 0ab7e1b4
No related branches found
No related tags found
2 merge requests!404Development,!396Bilder werden über den Bilderproxy abgerufen
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<div class="product"> <div class="product">
<a href="{{$product["link"]}}" title="{{$product["titel"]}}" target="_blank"> <a href="{{$product["link"]}}" title="{{$product["titel"]}}" target="_blank">
<div class="price">{!!$product["price"]!!}</div> <div class="price">{!!$product["price"]!!}</div>
<img src="{{ $product["image"] }}" /> <img src="{{ $metager->getImageProxyLink($product["image"]) }}" />
<p class="title">{{$product["titel"]}}</p> <p class="title">{{$product["titel"]}}</p>
<p class="shop">{{$product["gefVon"]}}</p> <p class="shop">{{$product["gefVon"]}}</p>
<p class="shipping">Versand gratis</p> <p class="shipping">Versand gratis</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment