'finish search solr and fix bootstrap'
Showing
| ... | @@ -5,7 +5,8 @@ git_source(:github) do |repo_name| | ... | @@ -5,7 +5,8 @@ git_source(:github) do |repo_name| |
| "https://github.com/#{repo_name}.git" | "https://github.com/#{repo_name}.git" | ||
| end | end | ||
| gem 'will_paginate', '3.1.5' | gem 'kaminari' | ||
| gem 'bootstrap4-kaminari-views' | |||
| gem 'bootstrap-will_paginate', '1.0.0' | gem 'bootstrap-will_paginate', '1.0.0' | ||
| gem 'rubyzip', '>= 1.0.0' # will load new rubyzip version | gem 'rubyzip', '>= 1.0.0' # will load new rubyzip version | ||
| gem 'zip-zip' # will load compatibility for old rubyzip API. | gem 'zip-zip' # will load compatibility for old rubyzip API. | ||
| ... | ... |
app/assets/javascripts/search.coffee
0 → 100644
app/assets/stylesheets/search.scss
0 → 100644
app/controllers/search_controller.rb
0 → 100644
app/helpers/search_helper.rb
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/search/_search.html.erb
0 → 100644
app/views/search/index.html.erb
0 → 100644
install_solr_service.sh
0 → 100755
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment