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
07a9d2b9
Commit
07a9d2b9
authored
Dec 04, 2017
by
Aria Givi
Browse files
Merge branch '644' into 'MetaGer-Redesign'
644 See merge request
!1110
parents
fbc940bb
e5af08c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/metager3.blade.php
View file @
07a9d2b9
@
extends
(
'layouts.resultPage'
)
@
section
(
'results'
)
{{
--
Show
all
errors
--
}}
@
if
(
sizeof
(
$errors
)
>
0
)
<
div
class
=
"alert alert-danger"
>
<
ul
>
@
foreach
(
$errors
as
$error
)
<
li
>
{
!!
$error
!!
}
</
li
>
@
endforeach
</
ul
>
</
div
>
@
endif
{{
--
Show
all
warnings
--
}}
@
if
(
sizeof
(
$warnings
)
>
0
)
<
div
class
=
"alert alert-warning"
>
<
ul
>
@
foreach
(
$warnings
as
$warning
)
<
li
>
{
!!
$warning
!!
}
</
li
>
@
endforeach
</
ul
>
</
div
>
@
endif
<
div
id
=
"results"
>
{{
--
Show
all
errors
--
}}
@
if
(
sizeof
(
$errors
)
>
0
)
<
div
class
=
"alert alert-danger"
>
<
ul
>
@
foreach
(
$errors
as
$error
)
<
li
>
{
!!
$error
!!
}
</
li
>
@
endforeach
</
ul
>
</
div
>
@
endif
{{
--
Show
all
warnings
--
}}
@
if
(
sizeof
(
$warnings
)
>
0
)
<
div
class
=
"alert alert-warning"
>
<
ul
>
@
foreach
(
$warnings
as
$warning
)
<
li
>
{
!!
$warning
!!
}
</
li
>
@
endforeach
</
ul
>
</
div
>
@
endif
{{
--
Show
initial
products
or
ads
--
}}
@
if
(
$metager
->
hasProducts
())
@
if
(
$metager
->
getFokus
()
!==
"produktsuche"
&&
!
$apiAuthorized
)
...
...
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