Skip to content
Snippets Groups Projects
Commit c4ea86ad authored by Phil Höfer's avatar Phil Höfer
Browse files

Merge branch '160-alt-tags-stimmen-nicht' into 'development'

alt tags korrigiert (bzw. fehlerhaften inhalt entfernt)

Closes #160

See merge request !224
parents 1a9aa586 0441ff98
No related branches found
No related tags found
1 merge request!224alt tags korrigiert (bzw. fehlerhaften inhalt entfernt)
......@@ -49,12 +49,12 @@
</span>
@if( isset($result->partnershop) && $result->partnershop === TRUE )
<span class="partnershop-info">
<img src="/img/boosticon.png" height="13" alt="Fehler">
<img src="/img/boosticon.png" height="13" alt="">
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/spende") }}">Partnershop</a>
</span>
@endif
<a class="proxy" onmouseover="$(this).popover('show');" onmouseout="$(this).popover('hide');" data-toggle="popover" data-placement="auto right" data-container="body" data-content="Der Link wird anonymisiert geöffnet. Ihre Daten werden nicht zum Zielserver übetragen. Möglicherweise funktionieren manche Webseiten nicht wie gewohnt." href="{{ $result->proxyLink }}" target="{{ $metager->getTab() }}">
<img src="/img/proxyicon.png" alt="Proxy-Icon" />
<img src="/img/proxyicon.png" alt="" />
anonym öffnen
</a>
</div>
......@@ -67,4 +67,4 @@
<div class="description">{{ $result->descr }}</div>
@endif
</div>
</div>
\ No newline at end of file
</div>
......@@ -27,7 +27,7 @@
@foreach($metager->getResults()->items() as $result)
<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>
<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>
</div>
</div>
......@@ -35,4 +35,4 @@
</div>
<nav class="pager">
{!! $metager->getResults()->links() !!}
</nav>
\ No newline at end of file
</nav>
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