File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
plugins/ShinyCMS/app/views/shinycms/includes Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,9 @@ source 'https://rubygems.org' do
53
53
# Charts
54
54
gem 'chartkick' , '~> 5.1.4'
55
55
56
+ # Pagy
57
+ gem 'pagy' , '~> 7.0.11'
58
+
56
59
group :development , :test do
57
60
# RSpec for Rails
58
61
gem 'rspec-rails'
Original file line number Diff line number Diff line change 571
571
railties (>= 6.0.0 )
572
572
sorbet-runtime
573
573
zeitwerk
574
- pagy (6.5.0 )
574
+ pagy (7.0.11 )
575
575
parallel (1.26.3 )
576
576
parallel_tests (4.9.1 )
577
577
parallel
854
854
addressable (>= 2.8.0 )
855
855
crack (>= 0.3.2 )
856
856
hashdiff (>= 0.4.0 , < 2.0.0 )
857
- webrick (1.9.1 )
858
857
websocket-driver (0.7.7 )
859
858
base64
860
859
websocket-extensions (>= 0.1.0 )
@@ -889,6 +888,7 @@ DEPENDENCIES
889
888
mutant-rspec !
890
889
overcommit !
891
890
packwerk (~> 3.2 )!
891
+ pagy (~> 7.0.11 )!
892
892
parallel_tests !
893
893
pg (~> 1.5.9 )!
894
894
puma (~> 6.6 )!
Original file line number Diff line number Diff line change 1
- <%== pagy_prev_link pagy, text: t( 'shinycms.pager.newer' ) %>
1
+ <%== pagy_prev_html pagy, text: t( 'shinycms.pager.newer' ) %>
2
2
<span class ="float-right ">
3
- <%== pagy_next_link pagy , text : t ( 'shinycms.pager.older' ) %>
3
+ <%== pagy_next_html pagy , text : t ( 'shinycms.pager.older' ) %>
4
4
</ span >
You can’t perform that action at this time.
0 commit comments