add testing device images and a lot more, before bootstrap:themed

This commit is contained in:
2012-08-24 13:46:59 +02:00
parent 5b27d6dcd9
commit e3c189d187
33 changed files with 2003 additions and 51 deletions
+6 -1
View File
@@ -14,7 +14,7 @@ Qrammer::Application.routes.draw do
resources :suppliers do
member do
get :product_list
get :active_order_list
get :active_orders
get :active_lists
end
end
@@ -29,6 +29,11 @@ Qrammer::Application.routes.draw do
match "/:action", controller: 'dashboard'
match '/view_active_list' => 'dashboard#view_active_list', as: :view_active_list
match '/phone_home' => 'dashboard#phone_home', as: :phone_root
match '/supplier_home' => 'dashboard#supplier_home', as: :supplier_root
match '/supplier_home' => 'dashboard#supplier_home', as: :supplier_orders
match '/supplier_lists' => 'dashboard#supplier_lists', as: :supplier_lists
match '/user_history' => 'dashboard#user_history', as: :user_history
# The priority is based upon order of creation:
# first created -> highest priority.