mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Changed app.rb to reference erb instead of slim for the dashboard
This commit is contained in:
parent
a3b7e33af1
commit
bce6da0b75
1 changed files with 1 additions and 1 deletions
2
app.rb
2
app.rb
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue