summaryrefslogtreecommitdiff
path: root/resources/views/offers.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/offers.blade.php')
-rw-r--r--resources/views/offers.blade.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/offers.blade.php b/resources/views/offers.blade.php
index ea5fac4..479d5dd 100644
--- a/resources/views/offers.blade.php
+++ b/resources/views/offers.blade.php
@@ -19,11 +19,11 @@
<p><strong>
<span class="float-left">
<small>&nbsp;</small><br>
- <a style="color: inherit;" href="{{ route('search', ['type' => ucwords($offer->spirit_type)]) }}" title="Alle {{ ucwords($offer->spirit_type) }} anzeigen" rel="nofollow">{{ ucwords($offer->spirit_type) }}</a>
+ <a style="color: inherit;" href="{{ route('angebote_search', ['type' => ucwords($offer->spirit_type)]) }}" title="Alle {{ ucwords($offer->spirit_type) }} anzeigen" rel="nofollow">{{ ucwords($offer->spirit_type) }}</a>
</span>
<span class="float-right">
<small>Verkauft von</small><br>
- <a style="color: inherit;" href="{{ route('search', ['shop' => ucwords($offer->shop)]) }}" title="Alle Angebote vom Händler {{ ucwords($offer->shop) }} anzeigen" rel="nofollow">{{ ucwords($offer->shop ) }}</a>
+ <a style="color: inherit;" href="{{ route('angebote_search', ['shop' => ucwords($offer->shop)]) }}" title="Alle Angebote vom Händler {{ ucwords($offer->shop) }} anzeigen" rel="nofollow">{{ ucwords($offer->shop ) }}</a>
</span>
<div style="clear: both"></div>
</strong></p>