mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
pathetic start on implementing report processing
This commit is contained in:
parent
49df4a4d21
commit
0c8bba8114
2 changed files with 5 additions and 1 deletions
|
@ -11,6 +11,10 @@ get '/admin/reports' do
|
||||||
erb :'admin/reports'
|
erb :'admin/reports'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
post '/admin/reports' do
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
get '/admin/email' do
|
get '/admin/email' do
|
||||||
require_admin
|
require_admin
|
||||||
erb :'admin/email'
|
erb :'admin/email'
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content" style="background: white">
|
<div class="content" style="background: white">
|
||||||
<form method="POST" action="/admin/report">
|
<form method="POST" action="/admin/reports">
|
||||||
<%== csrf_token_input_html %>
|
<%== csrf_token_input_html %>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue