Merge branch 'features/create_job_pages' into 'master'
Features/create job pages See merge request !3
Showing
| ... | @@ -20,6 +20,7 @@ gem 'figaro' | ... | @@ -20,6 +20,7 @@ gem 'figaro' |
| gem 'devise' | gem 'devise' | ||
| gem 'carrierwave' | gem 'carrierwave' | ||
| gem 'kaminari' | gem 'kaminari' | ||
| gem "settingslogic" | |||
| 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/assets/stylesheets/application.scss
0 → 100644
app/controllers/cities_controller.rb
0 → 100644
app/controllers/industries_controller.rb
0 → 100644
app/controllers/jobs_controller.rb
0 → 100644
app/models/cities_job.rb
0 → 100644
app/models/industries_job.rb
0 → 100644
app/models/settings.rb
0 → 100644
app/views/cities/_city.html.erb
0 → 100644
app/views/cities/index.html.erb
0 → 100644
app/views/industries/_industry.html.erb
0 → 100644
app/views/industries/index.html.erb
0 → 100644
app/views/jobs/_job.html.erb
0 → 100644
app/views/jobs/index.html.erb
0 → 100644
app/views/jobs/job_lists.html.erb
0 → 100644
app/views/jobs/show.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
app/views/layouts/_footer.html.erb
0 → 100644
app/views/layouts/_key_visual.html.erb
0 → 100644
app/views/layouts/_menu.html.erb
0 → 100644
app/views/layouts/_navbar.html.erb
deleted
100644 → 0
app/views/layouts/_search_box.html.erb
0 → 100644
config/initializers/kaminari_config.rb
0 → 100644
config/settings.yml
0 → 100644
vendor/assets/fonts/FontAwesome.otf
0 → 100644
File added
vendor/assets/fonts/fontawesome-webfont.eot
0 → 100644
File added
vendor/assets/fonts/fontawesome-webfont.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
vendor/assets/fonts/fontawesome-webfont.ttf
0 → 100644
File added
vendor/assets/fonts/fontawesome-webfont.woff
0 → 100644
File added
File added
vendor/assets/javascripts/bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/assets/stylesheets/bootstrap.min.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
vendor/assets/stylesheets/font-awesome.css
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment