diff options
| author | horus_arch | 2018-02-14 20:58:49 +0100 |
|---|---|---|
| committer | horus_arch | 2018-02-14 20:58:49 +0100 |
| commit | 0e86f4ff47bb60f074a2bfc939d0f9d34f06d530 (patch) | |
| tree | c3111b5e37b6535efd018264f8304db690cc1c99 /site/resources/views/search.blade.php | |
| parent | 8499fb035cb2b0d2cb28bf3a48483761f95c1937 (diff) | |
| download | alkobote-0e86f4ff47bb60f074a2bfc939d0f9d34f06d530.tar.gz | |
Adds code fore Matomo. (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 1bec961..aad5572 100644 --- a/site/resources/views/search.blade.php +++ b/site/resources/views/search.blade.php @@ -39,7 +39,7 @@ if ( "" == $search_phrase || !$data->count()) { if ( !$data->count() ) { /* Keine Ergebnisse */ ?> - <div class="alert alert-warning" role="alert"> + <div class="alert alert-warning" role="alert" data-track-content data-content-name="Suche" data-content-piece="Keine Angebote" data-content-target=""> <h4 class="alert-heading">Nichts gefunden</h4> Leider hat Ihre Suche nach <strong>{{ $search_phrase }}</strong> keine Ergebnisse ergeben. Bitte versuchen sie es erneut mit einem anderen Begriff. </div> @@ -79,7 +79,7 @@ if ( "" == $search_phrase || !$data->count()) { } ?> - <div class="col-md-6 col-sm-12" id="{{ $offer->name }}"> + <div class="col-md-6 col-sm-12" id="{{ $offer->name }}" data-track-content data-content-name="Suche" data-content-piece="{{ $offer->name }}" data-content-target="{{ $offer->url }}"> <div class="card flex-md-row mb-4 box-shadow h-md-250 h-sm-500"> <!-- >= md --> |
