Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
e63739bb
Commit
e63739bb
authored
Oct 24, 2017
by
Phil Höfer
Browse files
Merge branch '613-atom-ausgabe-fehlerhaft' into 'development'
Resolve "Atom-Ausgabe fehlerhaft" Closes
#613
See merge request
!1079
parents
526653f3
d8f89ef7
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/atom10ad.blade.php
View file @
e63739bb
@
if
(
isset
(
$ad
))
<
ad
:
advertisement
>
<
ad
:
callOut
atom
:
type
=
"TEXT"
>
{
!!
trans
(
'ad.von'
)
!!
}
{
!!
$ad
->
gefVon
!!
}
</
ad
:
callOut
>
<
ad
:
title
atom
:
type
=
"TEXT"
>
{{
$ad
->
titel
}}
</
ad
:
title
>
<
ad
:
displayUrl
atom
:
type
=
"TEXT"
>
{{
$ad
->
anzeigeLink
}}
</
ad
:
displayUrl
>
<
atom
:
link
href
=
"{{
$ad->link
}}"
/>
<
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
>
<
link
href
=
"{{
$ad->link
}}"
/>
</
ad
:
advertisement
>
@
endif
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment