mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +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
|
get '/new' do
|
||||||
dashboard_if_signed_in
|
dashboard_if_signed_in
|
||||||
@site = Site.new username: params[:username]
|
@site = Site.new
|
||||||
|
@site.username = params[:username] unless params[:username].nil?
|
||||||
slim :'new'
|
slim :'new'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
1
public/sites/.gitignore
vendored
1
public/sites/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
*
|
|
Loading…
Add table
Reference in a new issue