Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
0ab7e1b4
Commit
0ab7e1b4
authored
Sep 19, 2016
by
Dominik Hebeler
Browse files
Bilder werden über den Bilderproxy abgerufen
parent
c6fb6ffd
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/products.blade.php
View file @
0ab7e1b4
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment