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
54f1ebb2
Commit
54f1ebb2
authored
Jun 08, 2016
by
Dominik Hebeler
Browse files
Die eventuellen Bilder der Suchmaschine werden nun auch über unseren Imageproxy geleitet
parent
06a961aa
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/layouts/result.blade.php
View file @
54f1ebb2
...
...
@@ -5,7 +5,7 @@
@if( $result->image !== "" )
<div
class=
"image col-sm-1"
>
<img
src=
"{{ $result->image }}"
alt=
""
height=
"50px"
/>
<img
src=
"{{
$metager->getImageProxyLink(
$result->image
)
}}"
alt=
""
height=
"50px"
/>
</div>
@endif
<div
class=
"resultInformation col-sm-10"
>
...
...
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