Refactor supplier settings
This commit is contained in:
@@ -86,7 +86,7 @@ en:
|
||||
settings:
|
||||
reviews:
|
||||
title: Reviews
|
||||
explanation: Fill in your Iens id. You can find this id in the web location of your profile
|
||||
explanation: Fill in your Iens id. You can find this id in the web location of your page
|
||||
product_category:
|
||||
week_days:
|
||||
abbreviation:
|
||||
|
||||
@@ -86,7 +86,7 @@ nl:
|
||||
settings:
|
||||
reviews:
|
||||
title: Reviews
|
||||
explanation: Vul hier je iens id in. Deze kan je halen uit de url van je iens profiel
|
||||
explanation: Vul hier je iens id in. Deze kan je halen uit de url van je iens pagina
|
||||
product_category:
|
||||
week_days:
|
||||
abbreviation:
|
||||
|
||||
@@ -83,6 +83,8 @@ Qwaiter::Application.routes.draw do
|
||||
|
||||
|
||||
get '/supplier/suppliers/current' => 'supplier#current' #ember
|
||||
get '/supplier/suppliers/:id' => 'supplier#current' #ember
|
||||
put '/supplier/suppliers/:id' => 'supplier#update' #ember
|
||||
|
||||
#match '/show_products' => 'dashboard#show_products', as: :user_products
|
||||
# GENERAL
|
||||
|
||||
Reference in New Issue
Block a user