From d370974b6b3912323a4b18949f352132fa283298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phil=20H=C3=B6fer?= <phil@suma-ev.de> Date: Tue, 14 Nov 2017 08:44:27 +0100 Subject: [PATCH] Add description to ad template --- resources/views/layouts/atom10ad.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/layouts/atom10ad.blade.php b/resources/views/layouts/atom10ad.blade.php index 064403d6f..4819eb7d7 100644 --- a/resources/views/layouts/atom10ad.blade.php +++ b/resources/views/layouts/atom10ad.blade.php @@ -3,6 +3,7 @@ <ad:callOut type="TEXT">{!! trans('ad.von') !!} {!! $ad->gefVon !!}</ad:callOut> <ad:title type="TEXT">{{ $ad->titel }}</ad:title> <ad:displayUrl type="TEXT">{{ $ad->anzeigeLink }}</ad:displayUrl> + <ad:subTitle atom:type="TEXT">{{ $ad->descr }}</ad:subTitle></ad:subTitle> <link href="{{ $ad->link }}" /> </ad:advertisement> @endif \ No newline at end of file -- GitLab