New welcome page #54

This commit is contained in:
Kyle Drake 2015-02-24 13:23:15 -08:00
parent 7390dbbd4c
commit 029eb57b85
6 changed files with 207 additions and 59 deletions

View file

@ -39,7 +39,7 @@ end
get '/welcome' do
require_login
redirect '/' if current_site.plan_type != 'free'
erb :'welcome'
erb :'welcome', locals: {site: current_site}
end
get '/tutorials' do