File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ class Pages::MyApp::Collection < Matestack::Ui::Page
127
127
128
128
async rerender_on: " my-first-collection-update" do
129
129
partial :content
130
- partial :paginator # has to be placed within the `async` component!
131
130
end
132
131
}
133
132
end
@@ -161,6 +160,7 @@ class Pages::MyApp::Collection < Matestack::Ui::Page
161
160
end
162
161
end
163
162
163
+ partial :paginator # has to be placed within the `collection_content` component!
164
164
end
165
165
}
166
166
end
@@ -231,7 +231,6 @@ class Pages::MyApp::Collection < Matestack::Ui::Page
231
231
232
232
async rerender_on: " my-first-collection-update" do
233
233
partial :content
234
- partial :paginator # has to be placed within the `async` component!
235
234
end
236
235
}
237
236
end
@@ -283,6 +282,8 @@ class Pages::MyApp::Collection < Matestack::Ui::Page
283
282
end
284
283
end
285
284
285
+ partial :paginator # has to be placed within the `collection_content` component!
286
+
286
287
end
287
288
}
288
289
end
You can’t perform that action at this time.
0 commit comments