Merge branch 'admin' into 'master'
Feature Admin See merge request !1
Showing
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/shopping_history/index.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