Skip to content

Commit

Permalink
feat: add paginate on top
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNotGoodName committed Jan 2, 2022
1 parent bff7e5c commit ba12844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions left/web/template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{{ define "content" }}
<div class="my-2">
<h1 class="title has-text-centered">Messages</h1>
{{ template "paginate" . }}
<div class="is-flex is-flex-wrap-wrap is-justify-content-center">
{{range $msg := .Messages}}
{{ template "message" $msg }}
Expand Down

0 comments on commit ba12844

Please sign in to comment.