Skip to content
Snippets Groups Projects
Commit f3561294 authored by karl's avatar karl
Browse files

Es wird jetzt unter jedem Bild angezeigt, von welcher website es kommt.

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