fixed routing and position
This commit is contained in:
@@ -119,6 +119,7 @@ de:
|
||||
numbers: zahlen
|
||||
statementes: statements
|
||||
collection_concept: Sammelkonzept
|
||||
greendays: gründonnerstag
|
||||
|
||||
mongoid:
|
||||
models:
|
||||
|
||||
@@ -116,6 +116,7 @@ fr:
|
||||
numbers: chiffres
|
||||
statements: declarations
|
||||
collection_concept: plan_de_collecte
|
||||
greendays: jeudi_vert
|
||||
|
||||
mongoid:
|
||||
models:
|
||||
|
||||
@@ -120,6 +120,7 @@ it:
|
||||
numbers: numeri
|
||||
statements: dichiarazioni
|
||||
collection_concept: sistema_di_raccolta
|
||||
greendays: giovedi_verdi
|
||||
|
||||
mongoid:
|
||||
attributes:
|
||||
|
||||
+1
-1
@@ -1,5 +1,4 @@
|
||||
Rails.application.routes.draw do
|
||||
resources :greendays
|
||||
devise_for :supporters
|
||||
root to: 'supporters#new'
|
||||
|
||||
@@ -12,6 +11,7 @@ Rails.application.routes.draw do
|
||||
end
|
||||
|
||||
localized do
|
||||
resources :greendays
|
||||
get '/initiative_text', to: 'pages#show', as: :initiative_text, page: 'initiative_text'
|
||||
get '/arguments', to: 'pages#show', as: :arguments, page: 'arguments'
|
||||
get '/faq', to: 'pages#show', as: :faq, page: 'faq'
|
||||
|
||||
Reference in New Issue
Block a user