1
0
Fork 0
mirror of https://github.com/neocities/neocities.git synced 2025-05-14 00:17:26 +02:00

Changed app.rb to reference erb instead of slim for the dashboard

This commit is contained in:
Victoria Wang 2014-04-16 18:32:09 -07:00
parent a3b7e33af1
commit bce6da0b75

2
app.rb
View file

@ -133,7 +133,7 @@ end
get '/dashboard' do get '/dashboard' do
require_login require_login
slim :'dashboard' erb :'dashboard'
end end
get '/signin' do get '/signin' do