Add about page, remove enquete from menu
This commit is contained in:
@@ -4,6 +4,7 @@ en:
|
||||
hello: "Hello world"
|
||||
menu:
|
||||
home: Home
|
||||
about: About
|
||||
bars_restaurants: 'Bars & Restaurants'
|
||||
clients: Gebruikers
|
||||
enquete: Enquete
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
nl:
|
||||
menu:
|
||||
home: Home
|
||||
bars_restaurants: 'Bars & Restaurants'
|
||||
about: Over Qwaiter
|
||||
bars_restaurants: 'Horeca'
|
||||
clients: Gebruikers
|
||||
enquete: Enquete
|
||||
cartoon: Cartoon
|
||||
|
||||
@@ -61,6 +61,7 @@ Qwaiter::Application.routes.draw do
|
||||
|
||||
#match '/show_products' => 'dashboard#show_products', as: :user_products
|
||||
# GENERAL
|
||||
get '/about' => 'dashboard#about'
|
||||
get '/enquete' => 'dashboard#enquete'
|
||||
get '/cartoon' => 'dashboard#cartoon'
|
||||
get '/bars-restaurants' => 'dashboard#bars_restaurants', as: :bars_restaurants
|
||||
|
||||
Reference in New Issue
Block a user