Update site pages

This commit is contained in:
2012-11-14 15:12:28 +01:00
parent bb7b9258e5
commit 0036e5da60
25 changed files with 132 additions and 32 deletions
+7
View File
@@ -2,6 +2,13 @@
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
en:
hello: "Hello world"
menu:
home: Home
bars_restaurants: 'Bars & Restaurants'
clients: Gebruikers
enquete: Enquete
cartoon: Cartoon
contact: Contact
helpers:
links:
are_you_sure: 'Are you sure?'
+7
View File
@@ -1,6 +1,13 @@
# Sample localization file for English. Add more files in this directory for other locales.
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
nl:
menu:
home: Home
bars_restaurants: 'Bars & Restaurants'
clients: Gebruikers
enquete: Enquete
cartoon: Cartoon
contact: Contact
helpers:
links:
are_you_sure: 'Weet je dit zeker?'
+7 -4
View File
@@ -64,10 +64,13 @@ Qrammer::Application.routes.draw do
#match '/show_products' => 'dashboard#show_products', as: :user_products
# DEVELOPMENT ONLY
match '/qr' => 'dashboard#qr'
match '/demo_both' => 'dashboard#demo_both'
match '/enquete' => 'dashboard#enquete'
match '/cartoon' => 'dashboard#cartoon'
get '/qr' => 'dashboard#qr'
get '/demo_both' => 'dashboard#demo_both'
get '/enquete' => 'dashboard#enquete'
get '/cartoon' => 'dashboard#cartoon'
get '/bars-restaurants' => 'dashboard#bars_restaurants', as: :bars_restaurants
get '/clients' => 'dashboard#clients'
get '/contact' => 'dashboard#contact'
namespace :suppliers, path: '/supplier' do
resources :sections do