Skip to content
Snippets Groups Projects
Commit eef0c0f0 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Merge branch '285-bild-label-bei-hover-anzeigen' into 'development'

Funktioniert jetzt auch bei Wechsel auf Bildertab

Closes #285

See merge request !474
parents b151ec13 3e605f4e
Branches
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.
Please register or to comment