Skip to content

Commit

Permalink
_items-navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Sep 17, 2020
1 parent fe594b6 commit 0e680fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/public/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<header class="place-header">
<div class="place-header-container">
<div class="place-header-navigator">
@include('core::public._btn-prev-next', ['module' => 'Places', 'model' => $model])
@include('core::public._items-navigator', ['module' => 'Places', 'model' => $model])
</div>
<h1 class="place-title">{{ $model->title }}</h1>
</div>
Expand Down

0 comments on commit 0e680fb

Please sign in to comment.