mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Merge branch 'newdesign' of github.com:kyledrake/neocities-web into newdesign
This commit is contained in:
commit
e7b4cab865
2 changed files with 2 additions and 2 deletions
3
app.rb
3
app.rb
|
@ -66,7 +66,8 @@ end
|
|||
|
||||
get '/new' do
|
||||
dashboard_if_signed_in
|
||||
@site = Site.new username: params[:username]
|
||||
@site = Site.new
|
||||
@site.username = params[:username] unless params[:username].nil?
|
||||
slim :'new'
|
||||
end
|
||||
|
||||
|
|
1
public/sites/.gitignore
vendored
1
public/sites/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
*
|
Loading…
Add table
Reference in a new issue