mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Initial start on plan refactor
This commit is contained in:
parent
31c43c3170
commit
9c5337edae
1 changed files with 11 additions and 0 deletions
11
app.rb
11
app.rb
|
@ -267,6 +267,16 @@ get '/plan/?' do
|
|||
erb :'plan/index'
|
||||
end
|
||||
|
||||
get '/plan/create' do
|
||||
erb :''
|
||||
end
|
||||
|
||||
=begin
|
||||
get '/plan/?' do
|
||||
@title = 'Supporter'
|
||||
erb :'plan/index'
|
||||
end
|
||||
|
||||
post '/plan/create' do
|
||||
require_login
|
||||
|
||||
|
@ -345,6 +355,7 @@ post '/plan/end' do
|
|||
|
||||
redirect '/plan'
|
||||
end
|
||||
=end
|
||||
|
||||
get '/site/:username/tip' do |username|
|
||||
@site = Site[username: username]
|
||||
|
|
Loading…
Add table
Reference in a new issue