Merge pull request #13 from Hung0326/id5
Id5
Showing
| ... | @@ -13,7 +13,7 @@ gem 'sass-rails', '~> 5.0' | ... | @@ -13,7 +13,7 @@ gem 'sass-rails', '~> 5.0' |
| gem 'uglifier', '>= 1.3.0' | gem 'uglifier', '>= 1.3.0' | ||
| # See https://github.com/rails/execjs#readme for more supported runtimes | # See https://github.com/rails/execjs#readme for more supported runtimes | ||
| # gem 'mini_racer', platforms: :ruby | # gem 'mini_racer', platforms: :ruby | ||
| gem "breadcrumbs_on_rails" | |||
| # Use CoffeeScript for .coffee assets and views | # Use CoffeeScript for .coffee assets and views | ||
| gem 'coffee-rails', '~> 4.2' | gem 'coffee-rails', '~> 4.2' | ||
| # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | ||
| ... | @@ -23,6 +23,9 @@ gem 'jbuilder', '~> 2.5' | ... | @@ -23,6 +23,9 @@ gem 'jbuilder', '~> 2.5' |
| gem 'nokogiri' | gem 'nokogiri' | ||
| gem 'rubyzip' | gem 'rubyzip' | ||
| gem 'whenever' | gem 'whenever' | ||
| gem 'kaminari' | |||
| gem 'jquery-rails' | |||
| gem 'rails-asset-jqueryui' | |||
| # Use Redis adapter to run Action Cable in production | # Use Redis adapter to run Action Cable in production | ||
| # gem 'redis', '~> 4.0' | # gem 'redis', '~> 4.0' | ||
| # Use ActiveModel has_secure_password | # Use ActiveModel has_secure_password | ||
| ... | ... |
app/assets/images/11.jpg
0 → 100644
181 KB
app/assets/images/404.svg
0 → 100644
app/assets/images/422.png
0 → 100644
6.05 KB
app/assets/images/500.png
0 → 100644
132 KB
app/assets/images/icontitle.png
0 → 100644
27.3 KB
app/assets/images/vj_kl.png
0 → 100644
16.3 KB
app/assets/javascripts/apply_job.coffee
0 → 100644
app/assets/javascripts/city.coffee
0 → 100644
app/assets/javascripts/errors.coffee
0 → 100644
app/assets/javascripts/industry.coffee
0 → 100644
app/assets/javascripts/job.coffee
0 → 100644
app/assets/stylesheets/apply_job.scss
0 → 100644
app/assets/stylesheets/city.scss
0 → 100644
app/assets/stylesheets/custom_btn.scss
0 → 100644
app/assets/stylesheets/error.scss
0 → 100644
app/assets/stylesheets/errors.scss
0 → 100644
app/assets/stylesheets/industry.scss
0 → 100644
app/assets/stylesheets/job.scss
0 → 100644
app/controllers/apply_job_controller.rb
0 → 100644
app/controllers/city_controller.rb
0 → 100644
app/controllers/errors_controller.rb
0 → 100644
app/controllers/industry_controller.rb
0 → 100644
app/controllers/job_controller.rb
0 → 100644
app/helpers/apply_job_helper.rb
0 → 100644
app/helpers/city_helper.rb
0 → 100644
app/helpers/errors_helper.rb
0 → 100644
app/helpers/industry_helper.rb
0 → 100644
app/helpers/job_helper.rb
0 → 100644
app/views/apply_job/_ribbon.html.erb
0 → 100644
app/views/apply_job/create.html.erb
0 → 100644
app/views/apply_job/new.html.erb
0 → 100644
app/views/apply_job/show.html.erb
0 → 100644
app/views/city/_block_cityjobs_qt.html.erb
0 → 100644
app/views/city/_block_cityjobs_vn.html.erb
0 → 100644
app/views/city/index.html.erb
0 → 100644
app/views/errors/file_not_found.html.erb
0 → 100644
app/views/errors/unprocessable.html.erb
0 → 100644
app/views/industry/index.html.erb
0 → 100644
app/views/job/_block_info_job.html.erb
0 → 100644
app/views/job/_modal_login.html.erb
0 → 100644
app/views/job/apply_job.html.erb
0 → 100644
app/views/job/detail.html.erb
0 → 100644
app/views/job/result_data.html.erb
0 → 100644
app/views/kaminari/_first_page.html.erb
0 → 100644
app/views/kaminari/_gap.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.erb
0 → 100644
app/views/kaminari/_next_page.html.erb
0 → 100644
app/views/kaminari/_page.erb
0 → 100644
app/views/kaminari/_page.html.erb
0 → 100644
app/views/kaminari/_paginator.erb
0 → 100644
app/views/kaminari/_paginator.html.erb
0 → 100644
app/views/kaminari/_prev_page.erb
0 → 100644
app/views/kaminari/_prev_page.html.erb
0 → 100644
app/views/shared/_job_info.html.erb
deleted
100644 → 0
app/views/shared/_scroll_top.html.erb
0 → 100644
config/breadcrumbs.rb
0 → 100644
config/initializers/kaminari_config.rb
0 → 100644
cron.log
0 → 100644
error.log
0 → 100644
importcsv.log
0 → 100644
lib/tasks/user.rake
0 → 100644
test/controllers/city_controller_test.rb
0 → 100644
test/controllers/errors_controller_test.rb
0 → 100644
test/controllers/industry_controller_test.rb
0 → 100644
test/controllers/job_controller_test.rb
0 → 100644
Please
register
or
sign in
to comment