Merge branch 'feature/Job_list' into 'master'
Feature/job list See merge request !9
Showing
| ... | @@ -34,6 +34,7 @@ gem "rubysl-open-uri" | ... | @@ -34,6 +34,7 @@ gem "rubysl-open-uri" |
| gem "whenever", require: false | gem "whenever", require: false | ||
| gem "activerecord-import" | gem "activerecord-import" | ||
| gem "config" | gem "config" | ||
| gem "kaminari" | |||
| group :development, :test do | group :development, :test do | ||
| # Call "byebug" anywhere in the code to stop execution and get a debugger console | # Call "byebug" anywhere in the code to stop execution and get a debugger console | ||
| ... | ... |
app/controllers/jobs_controller.rb
0 → 100644
app/views/jobs/_jobs_list.html.erb
0 → 100644
app/views/jobs/index.html.erb
0 → 100644
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