diff options
| author | horus | 2018-02-15 02:29:48 +0100 |
|---|---|---|
| committer | horus | 2018-02-15 02:29:48 +0100 |
| commit | 8e52f57e2654a4c3c00512175e78be26797f8cdc (patch) | |
| tree | f948a52b432b8b02d3594eb1e82439de9567f18b /site/resources/views/search.blade.php | |
| parent | 6140c5b7234b97d4a7b4bb26c87d316b3734f777 (diff) | |
| download | alkobote-8e52f57e2654a4c3c00512175e78be26797f8cdc.tar.gz | |
Fix links. (website)
Diffstat (limited to 'site/resources/views/search.blade.php')
| -rw-r--r-- | site/resources/views/search.blade.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/resources/views/search.blade.php b/site/resources/views/search.blade.php index c7b7e98..34ec2c3 100644 --- a/site/resources/views/search.blade.php +++ b/site/resources/views/search.blade.php @@ -102,7 +102,7 @@ if ( "" == $search_phrase || !$data->count()) { </div> <h4 class="mb-0 hide-overflow h-45"> - <a class="text-dark ttext-truncate hide-overflow" href="#{{ $offer->name }}" title="{{$offer->name}}" >{{ $offer->name }}</a> + <a class="text-dark ttext-truncate hide-overflow" href="{{ $offer->url }}" title="{{$offer->name}}" >{{ $offer->name }}</a> <span class="text-fade-out"></span> </h4> @@ -146,7 +146,7 @@ if ( "" == $search_phrase || !$data->count()) { <strong class="text-primary">{{ $offer->spirit_type }}</strong> </div> <h3 class="mb-0 d-inline-block hide-overflow h-100"> - <a class="text-dark ttext-truncate" href="#{{ $offer->name }}" title="{{$offer->name}}" >{{ $offer->name }}</a> + <a class="text-dark ttext-truncate" href="{{ $offer->url }}" title="{{$offer->name}}" >{{ $offer->name }}</a> </h3> <div class="mb-1 text-muted w-100"> |
