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'
|
||||
end
|
||||
|
||||
post '/admin/reports' do
|
||||
|
||||
end
|
||||
|
||||
get '/admin/email' do
|
||||
require_admin
|
||||
erb :'admin/email'
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</div>
|
||||
|
||||
<div class="content" style="background: white">
|
||||
<form method="POST" action="/admin/report">
|
||||
<form method="POST" action="/admin/reports">
|
||||
<%== csrf_token_input_html %>
|
||||
<table class="table">
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue