Merge branch 'Task/15_favorite_job_ID8_history_ID9' into 'master'
Feature favorite and history See merge request !15
Showing
| ... | ... | @@ -65,4 +65,4 @@ gem 'nokogiri', '~> 1.11', '>= 1.11.7' |
| gem 'httparty', '~> 0.18.1' | ||
| gem 'active_storage_validations', '~> 0.9.5' | ||
| gem 'devise', '~> 4.8' | ||
| gem 'jquery-rails', '~> 4.4' | ||
| \ No newline at end of file | ||
| gem 'jquery-rails', '~> 4.4' |
app/controllers/favorite_jobs_controller.rb
0 → 100644
app/controllers/history_jobs_controller.rb
0 → 100644
app/controllers/users/sessions_controller.rb
0 → 100644
app/controllers/users/unlocks_controller.rb
0 → 100644
app/helpers/applies_helper.rb
deleted
100644 → 0
app/helpers/devise_helper.rb
0 → 100644
app/views/applies/_my_jobs.html.slim
0 → 100644
app/views/applies/index.html.slim
0 → 100644
app/views/favorite_jobs/create.js.erb
0 → 100644
app/views/favorite_jobs/destroy.js.erb
0 → 100644
app/views/favorite_jobs/index.html.slim
0 → 100644
app/views/history_jobs/index.html.slim
0 → 100644
app/views/shared/_favorite.html.slim
0 → 100644
app/views/shared/_jobs_list_index.html.slim
0 → 100644
app/views/shared/_unfavorite.html.slim
0 → 100644
app/views/users/invitations/edit.html.erb
0 → 100644
app/views/users/invitations/new.html.erb
0 → 100644
This diff is collapsed.
Click to expand it.
create.html.slim
0 → 100644
Please
register
or
sign in
to comment