Don’t use modal for terms and conditions otherwise it will not be accessible

This commit is contained in:
2017-02-26 17:46:55 +01:00
parent 185b6d6059
commit df9bedad14
7 changed files with 16 additions and 33 deletions
+1
View File
@@ -14,5 +14,6 @@ Rails.application.routes.draw do
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
end
end