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

Add description to ad template

parent b0dfc185
No related branches found
No related tags found
2 merge requests!1117Development,!1098Resolve "Werbung in Atom-Ausgabe unvollständig"
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<ad:callOut type="TEXT">{!! trans('ad.von') !!} {!! $ad->gefVon !!}</ad:callOut> <ad:callOut type="TEXT">{!! trans('ad.von') !!} {!! $ad->gefVon !!}</ad:callOut>
<ad:title type="TEXT">{{ $ad->titel }}</ad:title> <ad:title type="TEXT">{{ $ad->titel }}</ad:title>
<ad:displayUrl type="TEXT">{{ $ad->anzeigeLink }}</ad:displayUrl> <ad:displayUrl type="TEXT">{{ $ad->anzeigeLink }}</ad:displayUrl>
<ad:subTitle atom:type="TEXT">{{ $ad->descr }}</ad:subTitle></ad:subTitle>
<link href="{{ $ad->link }}" /> <link href="{{ $ad->link }}" />
</ad:advertisement> </ad:advertisement>
@endif @endif
\ No newline at end of file
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