fix tag tests, start on education site creation, updated test code

This commit is contained in:
Kyle Drake 2015-05-06 14:22:55 -07:00
parent f00e5d0757
commit 49defcd0c7
14 changed files with 627 additions and 623 deletions

View file

@ -34,7 +34,7 @@ get '/?' do
@sites_count = SimpleCache.get :sites_count
end
erb :index, layout: false
erb :index, layout: :index_layout
end
get '/welcome' do
@ -44,7 +44,8 @@ get '/welcome' do
end
get '/education' do
erb :education, layout: false
redirect '/' if signed_in?
erb :education, layout: :index_layout
end
get '/tutorials' do