Skip to content

Commit

Permalink
Add "Show more" button in homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Jan 24, 2024
1 parent 37c0071 commit a33d197
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/views/home.twig
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@
:wrap="true"></vue-microblog>
<vue-notifications position="bottom right"/>
</section>

<ul class="mt-3 mb-3 d-flex justify-content-center pagination">
<li class="page-item">
<a class="page-link" href="{{ route('microblog.home') }}">
Pokaż więcej
</a>
</li>
</ul>
</main>

<div class="col-md-4 position-relative">
Expand Down

0 comments on commit a33d197

Please sign in to comment.