diff --git a/resources/views/layouts/result.blade.php b/resources/views/layouts/result.blade.php index ed6c7c2490ccfd598a27d7b3fa7c27022177ad02..ef0bc6207388bdeeeb49a8b83ce0f5f6ab0f914f 100644 --- a/resources/views/layouts/result.blade.php +++ b/resources/views/layouts/result.blade.php @@ -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