diff --git a/app/views/admin/poll/questions/index.html.erb b/app/views/admin/poll/questions/index.html.erb index 2aef2b6e5..e3d6a5446 100644 --- a/app/views/admin/poll/questions/index.html.erb +++ b/app/views/admin/poll/questions/index.html.erb @@ -22,4 +22,6 @@ <% end %> + + <%= paginate @questions %> <% end %> \ No newline at end of file