Translations, design and content

This commit is contained in:
2017-03-31 14:42:37 +02:00
parent cfc1fbfd9f
commit c3bfeed620
28 changed files with 296 additions and 25 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
Rails.application.routes.draw do
devise_for :supporters
root to: redirect("/#{I18n.default_locale}")
root to: 'supporters#new'
namespace :admin do
get '/map', to: 'pages#map', as: :map
@@ -12,7 +12,6 @@ Rails.application.routes.draw do
scope '/:locale' do
get '/', to: 'supporters#new'
resources :supporters
get '/thanks', to: 'pages#thanks', as: :thanks
get '/spenden', to: 'pages#spenden', as: :spenden
get '/terms_and_conditions', to: 'pages#terms_and_conditions', as: :terms_and_conditions