File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
@section (' content' )
8
8
<section class =" forum" >
9
9
<div class =" header" >
10
- @if ($query )
11
- <h1 >Forum Search results for "{{ $query } } "</h1 >
10
+ @if ($query )
11
+ <h1 >Forum Search results for "{{{ $query } }} "</h1 >
12
12
@else
13
13
<h1 >Forum Search</h1 >
14
14
@endif
15
15
</div >
16
16
17
- @if ($query )
17
+ @if ($query )
18
18
<div class =" threads" >
19
- @if ($results -> count () > 0 )
19
+ @if ($results -> count () > 0 )
20
20
{{-- Loop over the threads and display the thread summary partial --}}
21
- @foreach ($results as $result )
22
- @if ($result -> parent )
21
+ @foreach ($results as $result )
22
+ @if ($result -> parent )
23
23
@include (' forum.threads._index_summary' , [' thread' => $result -> parent ] )
24
24
@else
25
25
@include (' forum.threads._index_summary' , [' thread' => $result ] )
28
28
@else
29
29
{{-- If no comments are found display a message --}}
30
30
<div class =" empty-state" >
31
- <h3 >No results found on the forum for "{{ $query } } "</h3 >
31
+ <h3 >No results found on the forum for "{{{ $query } }} "</h3 >
32
32
</div >
33
33
@endif
34
34
</div >
You can’t perform that action at this time.
0 commit comments