Skip to content
Snippets Groups Projects
Commit 54d74118 authored by Karl's avatar Karl
Browse files

Die Hosts der Bilderergebnisse sind jetzt in den Tags unter den Bildern verlinkt

parent 816a5393
Branches
No related tags found
2 merge requests!421Development,!415Die Hosts der Bilderergebnisse sind jetzt in den Tags unter den Bildern verlinkt
......@@ -2,6 +2,10 @@
font-family: Liberation Sans, sans-serif;
}
.hostlabel a, .hostlabel a:visited {
color: #FFFFFF;
}
.row {
margin: 10px 15px;
margin-top: 0;
......@@ -169,7 +173,7 @@ body {
background-color: rgba(2, 93, 140, .03);
}
a:link {
.resultInformation a {
color: #0000FF;
}
......
......@@ -24,7 +24,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">{!! $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