Skip to content
Snippets Groups Projects
Commit 3e605f4e authored by Karl's avatar Karl
Browse files

Funktioniert jetzt auch bei Wechsel auf Bildertab

parent 48f3e5c8
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -21,7 +21,7 @@
<div class="item">
<div class="img">
<a href="{{ $result->link }}" target="{{ $metager->getTab() }}"><img src="{{ $metager->getImageProxyLink($result->image) }}" width="150px" alt=""/></a>
<span class="label label-default">{{ strip_tags($result->gefVon) }}</span>
<span class="label label-default hostlabel">{{ strip_tags($result->gefVon) }}</span>
</div>
</div>
@endforeach
......
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