Disable demo submit button and add link to contact

This commit is contained in:
2020-04-13 16:14:21 +02:00
parent 64031261c5
commit 80771e7415
3 changed files with 10 additions and 4 deletions

View File

@@ -22,5 +22,6 @@ Rails.application.routes.draw do
get '/auth' => 'sessions#auth', as: :auth
get '/demo' => 'home#demo', as: :demo
get '/contact' => 'home#contact', as: :contact
root 'home#index'
end