mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 01:24:56 +02:00
Initial work on press page
This commit is contained in:
parent
20bdd2ac55
commit
3694548489
5 changed files with 920 additions and 0 deletions
4
app.rb
4
app.rb
|
@ -1192,6 +1192,10 @@ get '/privacy' do
|
|||
erb :'privacy'
|
||||
end
|
||||
|
||||
get '/press' do
|
||||
erb :'press'
|
||||
end
|
||||
|
||||
get '/admin' do
|
||||
require_admin
|
||||
@banned_sites = Site.select(:username).filter(is_banned: true).order(:username).all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue