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
348883eb
Commit
348883eb
authored
Aug 03, 2016
by
Dominik Hebeler
Browse files
Bild verlinkt
parent
2764f7a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/result.blade.php
View file @
348883eb
...
...
@@ -60,7 +60,9 @@
</div>
@if( $result->image !== "" )
<div
class=
"description"
>
<img
src=
"{{ $metager->getImageProxyLink($result->image) }}"
align=
"left"
width=
"120px"
height=
"60px"
alt=
""
/>
<a
href=
"{{ $result->link }}"
target=
"{{ $metager->getTab() }}"
data-hoster=
"{{ strip_tags($result->gefVon) }}"
data-count=
"{{ $result->number }}"
>
<img
src=
"{{ $metager->getImageProxyLink($result->image) }}"
align=
"left"
width=
"120px"
height=
"60px"
alt=
""
/>
</a>
{{ $result->descr }}
</div>
@else
...
...
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