Add form submissions pagination

Added pagy gem to enable pagination and added it's bulma template to the
form submissions page
This commit is contained in:
Yannick
2020-04-27 15:31:51 +02:00
parent ed2522a39f
commit 2a59c19a38
7 changed files with 177 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ gem 'rack-cors'
gem 'sentry-raven'
gem 'sequenced'
gem 'sorcery'
gem 'pagy', '~> 3.8'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console