mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
site inspector title
This commit is contained in:
parent
390414e1ee
commit
c6077724be
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ end
|
|||
get '/admin/site/:username' do |username|
|
||||
require_admin
|
||||
@site = Site[username: username]
|
||||
@title = "Site Inspector - #{@site.username}"
|
||||
erb :'admin/site'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue