Make some tweaks around dealing with replies
This commit is contained in:
parent
4bea97df0c
commit
6c43363c78
7 changed files with 100 additions and 74 deletions
|
@ -8,9 +8,7 @@
|
|||
generating a name property for the h-feed -->
|
||||
<span class="p-name"></span>
|
||||
@foreach ($notes as $note)
|
||||
<div class="h-entry">
|
||||
@include('templates.note', ['note' => $note])
|
||||
</div>
|
||||
@include('templates.note', ['note' => $note])
|
||||
@endforeach
|
||||
</div>
|
||||
{!! $notes->render() !!}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue