Skip to content
GitLab
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
b8d28aeb
Commit
b8d28aeb
authored
Jun 07, 2017
by
Phil Höfer
Browse files
Result template fix
parent
b09fd23c
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/ad.blade.php
View file @
b8d28aeb
...
...
@@ -3,20 +3,20 @@
<
div
class
=
"number col-sm-1"
></
div
>
<
div
class
=
"resultInformation col-sm-10"
>
<
p
class
=
"title"
>
<
a
class
=
"title"
href
=
"{{
$ad
['
link
']
}}"
target
=
"{{
$metager->getNewtab
() }}"
data
-
hoster
=
"{{
$ad
['
gefVon
']
}}"
data
-
count
=
"0"
>
{{
$ad
[
'
titel
'
]
}}
<
a
class
=
"title"
href
=
"{{
$ad
->
link
}}"
target
=
"{{
$metager->getNewtab
() }}"
data
-
hoster
=
"{{
$ad
->
gefVon
}}"
data
-
count
=
"0"
>
{{
$ad
->
titel
}}
</
a
>
</
p
>
<
p
class
=
"link"
>
<
a
href
=
"{{
$ad
['
link
']
}}"
target
=
"{{
$metager->getNewtab
() }}"
data
-
hoster
=
"{{
$ad
['
gefVon
']
}}"
data
-
count
=
"0"
>
{{
$ad
[
'
anzeigeLink
'
]
}}
<
a
href
=
"{{
$ad
->
link
}}"
target
=
"{{
$metager->getNewtab
() }}"
data
-
hoster
=
"{{
$ad
->
gefVon
}}"
data
-
count
=
"0"
>
{{
$ad
->
anzeigeLink
}}
</
a
>
<
span
class
=
"hoster"
>
{
!!
trans
(
'ad.von'
)
!!
}
{
!!
$ad
[
'
gefVon
'
]
!!
}
{
!!
trans
(
'ad.von'
)
!!
}
{
!!
$ad
->
gefVon
!!
}
</
span
>
</
p
>
<
p
class
=
"description"
>
{{
$ad
[
'
descr
'
]
}}
{{
$ad
->
descr
}}
</
p
>
</
div
>
</
div
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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