implement post version search report in danbooru (probably broken)
This commit is contained in:
14
app/views/reports/post_versions_create.html.erb
Normal file
14
app/views/reports/post_versions_create.html.erb
Normal file
@@ -0,0 +1,14 @@
|
||||
<div id="c-reports">
|
||||
<div id="a-post-versions">
|
||||
<h1>Post Changes Report</h1>
|
||||
|
||||
<p>Only the 1,000 most recent changes are displayed.</p>
|
||||
|
||||
<%= render "post_versions/listing", :post_versions => @report.post_versions %>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Post Changes Report - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user