This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
llaq
/
infojune
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Edit search
master
Le Libre Au Quotidien
3 months ago
parent
6d7c9400cd
commit
91ea5d94cc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
resources/views/search.blade.php
+ 1
- 1
resources/views/search.blade.php
View File
@ -4,7 +4,7 @@
<
div
class
=
"
col s9
"
>
<
h3
>
Vous
avez
recherché
:
{{
request
()
->
input
(
'query'
)
}}
</
h3
>
@
foreach
(
$contents
as
$content
)
<
a
class
=
"
waves-effect waves-light btn-large
"
href
=
"
/content/
{
{
$content->h
ref
}}
"
>
<
a
class
=
"
waves-effect waves-light btn-large
"
href
=
"
/content/
{
{
$content->
pat
h
}}
"
>
{{
$content
->
name
}}
</
a
>
@
endforeach
Write
Preview
Loading…
Cancel
Save