Add about page, remove enquete from menu

This commit is contained in:
2013-01-13 13:30:42 +01:00
parent afe7f9d2fc
commit 26810defcd
6 changed files with 57 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@ en:
hello: "Hello world"
menu:
home: Home
about: About
bars_restaurants: 'Bars & Restaurants'
clients: Gebruikers
enquete: Enquete
+2 -1
View File
@@ -3,7 +3,8 @@
nl:
menu:
home: Home
bars_restaurants: 'Bars & Restaurants'
about: Over Qwaiter
bars_restaurants: 'Horeca'
clients: Gebruikers
enquete: Enquete
cartoon: Cartoon
+1
View File
@@ -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