Update site pages
This commit is contained in:
@@ -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?'
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user