Skip to content

Commit

Permalink
Fix displaced retype markup in how-to (closes #693)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed May 1, 2024
1 parent 330b7c7 commit b831f8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ def index # controller action
@pagy_nebulae, @nebulae = pagy(Nebula.all, page_param: :page_nebulae)
end
```
===

## Wrap existing pagination with pagy_calendar

Expand All @@ -580,8 +581,6 @@ to different existing statements.

Then follow the [calendar extra documentation](extras/calendar.md) for more details.

===

## Paginate only max_pages, regardless the count

In order to limit the pagination to a maximum number of pages, you can pass the `:max_pages` variable.
Expand Down

0 comments on commit b831f8b

Please sign in to comment.