Skip to content

Commit

Permalink
Merge pull request #152 from codeconsole/6.0.x-pagination
Browse files Browse the repository at this point in the history
Don't use custom tag library
  • Loading branch information
codeconsole authored Jan 12, 2025
2 parents 95f3cb5 + 189e8b8 commit 7198236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/templates/scaffolding/index.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<g:if test="\${${propertyName}Count > params.int('max')}">
<div class="btn-toolbar mb-3" role="toolbar" aria-label="Toolbar with button groups">
<boot:paginate activeClass="active" class="btn" total="\${${propertyName}Count ?: 0}" />
<g:paginate activeClass="active" class="btn" total="\${${propertyName}Count ?: 0}" />
</div>
</g:if>
</div>
Expand Down

0 comments on commit 7198236

Please sign in to comment.