Skip to content

Commit 31cd802

Browse files
committed
_document-list & _image-list partials
1 parent 44e9115 commit 31cd802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/public/index.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<div class="account">
1818

1919
<div class="rich-content">{!! $page->present()->body !!}</div>
20-
@include('files::public._documents', ['model' => $page])
21-
@include('files::public._images', ['model' => $page])
20+
@include('files::public._document-list', ['model' => $page])
21+
@include('files::public._image-list', ['model' => $page])
2222

2323
@include('subscriptions::public._alerts')
2424

0 commit comments

Comments
 (0)