Merge branch 'fix_review_code' into 'develop'
Fix review code See merge request !3
Showing
| ... | @@ -36,7 +36,7 @@ gem 'bootstrap-will_paginate', '0.0.10' | ... | @@ -36,7 +36,7 @@ gem 'bootstrap-will_paginate', '0.0.10' |
| # gem 'bcrypt', '~> 3.1.7' | # gem 'bcrypt', '~> 3.1.7' | ||
| # Use Unicorn as the app server | # Use Unicorn as the app server | ||
| # gem 'unicorn' | gem 'unicorn' | ||
| # Use Capistrano for deployment | # Use Capistrano for deployment | ||
| # gem 'capistrano-rails', group: :development | # gem 'capistrano-rails', group: :development | ||
| ... | ... |
app/assets/javascripts/admin/carts.coffee
0 → 100644
app/assets/javascripts/admin/products.coffee
0 → 100644
app/assets/javascripts/admin/users.coffee
0 → 100644
app/assets/javascripts/search.coffee
0 → 100644
app/assets/stylesheets/admin/carts.scss
0 → 100644
app/assets/stylesheets/admin/products.scss
0 → 100644
app/assets/stylesheets/admin/users.scss
0 → 100644
app/assets/stylesheets/search.scss
0 → 100644
app/assets/stylesheets/shopping_history.scss
0 → 100644
app/controllers/admin/carts_controller.rb
0 → 100644
app/controllers/admin/products_controller.rb
0 → 100644
app/controllers/admin/users_controller.rb
0 → 100644
app/controllers/search_controller.rb
0 → 100644
app/helpers/admin/carts_helper.rb
0 → 100644
app/helpers/admin/products_helper.rb
0 → 100644
app/helpers/admin/users_helper.rb
0 → 100644
app/helpers/search_helper.rb
0 → 100644
app/helpers/shopping_history_helper.rb
0 → 100644
app/models/admin.rb
0 → 100644
app/views/admin/carts/_list_users.html.erb
0 → 100644
app/views/admin/carts/index.html.erb
0 → 100644
app/views/admin/carts/show.html.erb
0 → 100644
app/views/admin/products/_product.html.erb
0 → 100644
app/views/admin/products/edit.html.erb
0 → 100644
app/views/admin/products/index.html.erb
0 → 100644
app/views/admin/products/new.html.erb
0 → 100644
app/views/admin/users/index.html.erb
0 → 100644
app/views/layouts/_header_admin.html.erb
0 → 100644
app/views/search/search.html.erb
0 → 100644
app/views/shared/_error_messages.html.erb
0 → 100644
app/views/shopping_history/index.html.erb
0 → 100644
app/views/static_pages/error.html.erb
0 → 100644
test/controllers/search_controller_test.rb
0 → 100644
test/fixtures/admins.yml
0 → 100644
test/models/admin_test.rb
0 → 100644
Please
register
or
sign in
to comment