Merge branch 'feature/design_template_ven_job' into 'master'
Feature/design template ven job See merge request !6
Showing
| ... | ... | @@ -30,6 +30,9 @@ gem 'devise' |
| # Reduces boot times through caching; required in config/boot.rb | ||
| gem 'bootsnap', '>= 1.4.2', require: false | ||
| # Pagination | ||
| gem 'kaminari' | ||
| group :development, :test do | ||
| # Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
| gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | ||
| ... | ... | @@ -42,6 +45,7 @@ group :development do |
| # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | ||
| gem 'spring' | ||
| gem 'spring-watcher-listen', '~> 2.0.0' | ||
| gem 'pry' | ||
| end | ||
| group :test do | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
app/views/kaminari/_first_page.html.erb
0 → 100644
app/views/kaminari/_gap.html.erb
0 → 100644
app/views/kaminari/_last_page.html.erb
0 → 100644
app/views/kaminari/_next_page.html.erb
0 → 100644
app/views/kaminari/_page.html.erb
0 → 100644
app/views/kaminari/_paginator.html.erb
0 → 100644
app/views/kaminari/_prev_page.html.erb
0 → 100644
Please
register
or
sign in
to comment