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

Update resources/views/layouts/result.blade.php

parent b9298318
No related branches found
No related tags found
3 merge requests!1895Development,!1747Development,!1742Resolve "Opening in New Tab"
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
@if( isset($result->price) && $result->price != 0) @if( isset($result->price) && $result->price != 0)
<span class="result-price">{!! $result->price_text !!}</span> <span class="result-price">{!! $result->price_text !!}</span>
@endif @endif
<a href="{{ $result->link }}" target="{{ $metager->newtab }}" rel="noopener"> <a href="{{ $result->link }}" target="{{ $metager->getNewtab() }}" rel="noopener">
{!! $result->titel !!} {!! $result->titel !!}
</a> </a>
</h2> </h2>
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
@endif @endif
</div> </div>
<div class="result-subheadline"> <div class="result-subheadline">
<a class="result-link" href="{{ $result->link }}" title="{{ $result->anzeigeLink }}" rel="noopener" target="{{ $metager->newtab }}" tabindex="-1"> <a class="result-link" href="{{ $result->link }}" title="{{ $result->anzeigeLink }}" rel="noopener" target="{{ $metager->getNewtab() }}" tabindex="-1">
{{ $result->anzeigeLink }} {{ $result->anzeigeLink }}
</a> </a>
@if( isset($result->partnershop) && $result->partnershop === TRUE) @if( isset($result->partnershop) && $result->partnershop === TRUE)
......
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