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 cc68bc3 commit 2abc55b
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 @@ -12,7 +12,7 @@
<header class="news-header">
<div class="news-header-container">
<div class="news-header-navigator">
@include('core::public._btn-prev-next', ['module' => 'News', 'model' => $model])
@include('core::public._items-navigator', ['module' => 'News', 'model' => $model])
</div>
<h1 class="news-title">{{ $model->title }}</h1>
<div class="news-date">{{ $model->present()->dateLocalized }}</div>
Expand Down

0 comments on commit 2abc55b

Please sign in to comment.