mirror of
https://github.com/neocities/neocities.git
synced 2025-07-21 18:16:07 +02:00
more style / copy changes
This commit is contained in:
parent
ce7289ac0b
commit
d70ef2cb07
10 changed files with 235 additions and 184 deletions
4
app.rb
4
app.rb
|
@ -250,7 +250,7 @@ end
|
|||
|
||||
get '/signin' do
|
||||
dashboard_if_signed_in
|
||||
slim :'signin'
|
||||
erb :'signin'
|
||||
end
|
||||
|
||||
get '/settings' do
|
||||
|
@ -565,7 +565,7 @@ post '/admin/mark_nsfw' do
|
|||
end
|
||||
|
||||
get '/password_reset' do
|
||||
slim :'password_reset'
|
||||
erb :'password_reset'
|
||||
end
|
||||
|
||||
post '/send_password_reset' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue