From 36868837fbde96e6e46f57325e01be6f61d9f7f3 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Mon, 11 Aug 2025 16:26:40 -0500 Subject: [PATCH] remove old address from dmca --- app/dmca.rb | 5 ----- views/dmca.erb | 8 -------- views/dmca/contact_info.erb | 15 --------------- 3 files changed, 28 deletions(-) delete mode 100644 views/dmca/contact_info.erb diff --git a/app/dmca.rb b/app/dmca.rb index 8aabb2ab..518b94a4 100644 --- a/app/dmca.rb +++ b/app/dmca.rb @@ -3,11 +3,6 @@ get '/dmca' do erb :'dmca' end -get '/dmca/contact_info' do - content_type :json - {data: erb(:'dmca/contact_info', layout: false)}.to_json -end - post '/dmca/contact' do @title = 'DMCA' @errors = [] diff --git a/views/dmca.erb b/views/dmca.erb index 7d49af6c..d35446f5 100644 --- a/views/dmca.erb +++ b/views/dmca.erb @@ -50,12 +50,4 @@ - -
- - diff --git a/views/dmca/contact_info.erb b/views/dmca/contact_info.erb deleted file mode 100644 index bfe509b1..00000000 --- a/views/dmca/contact_info.erb +++ /dev/null @@ -1,15 +0,0 @@ -

Alternate Contact Information

-

Mailing Address

-

- Neocities -
- ATTN: DMCA -
- 818 SW 3rd Avenue #221-2147 -
- Portland, OR 97204-2405 -

-

Phone

-

- 1-503-395-0010 -