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
6dc154f2
Commit
6dc154f2
authored
Nov 10, 2016
by
Dominik Hebeler
Browse files
Update metager3results.blade.php
parent
10ed13d7
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/metager3results.blade.php
View file @
6dc154f2
...
...
@@ -25,12 +25,6 @@
@
include
(
'layouts.ad'
,
[
'ad'
=>
$metager
->
popAd
()])
@
endfor
@
endif
<
div
class
=
"result row"
>
<
div
class
=
"col-sm-1"
></
div
>
<
div
class
=
"col-sm-11"
>
<
iframe
class
=
""
src
=
"https://maps.metager.de/?q={{
$metager->getQ
() }}&controls=false&limit=3"
style
=
"width: 100%; height:0; border:0;"
></
iframe
>
</
div
>
</
div
>
@
foreach
(
$metager
->
getResults
()
as
$result
)
@
if
(
$result
->
number
%
7
===
0
)
@
include
(
'layouts.ad'
,
[
'ad'
=>
$metager
->
popAd
()])
...
...
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