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
c99c0ba8
Commit
c99c0ba8
authored
Mar 07, 2019
by
Dominik Hebeler
Browse files
Bugfix
parent
a4bf62b6
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/resultpages/metager3resultsatom10.blade.php
View file @
c99c0ba8
...
...
@@ -12,8 +12,8 @@
<id>
urn:uuid:1d634a8c-2764-424f-b082-6c96494b7240
</id>
@include('layouts.atom10ad', ['ad' => $metager->popAd()])
@if($apiAuthorized)
@foreach($metager->getResults() as $result)
@if(
$result->number
% 5 === 0)
@foreach($metager->getResults() as
$index =>
$result)
@if(
($index+1)
% 5 === 0)
@include('layouts.atom10ad', ['ad' => $metager->popAd()])
@endif
<entry>
...
...
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