implement post change report

This commit is contained in:
r888888888
2016-09-07 14:35:35 -07:00
parent 62773852f7
commit e539fdecff
8 changed files with 21 additions and 12 deletions

View File

@@ -10,7 +10,7 @@
<%= text_field_tag "tag" %>
<%= select_tag "type", options_for_select(%w(added removed)) %>
</div>
<%= submit_tag "Submit", :data => { :disable_with => "Submitting..." } %>
<%= submit_tag "Submit" %>
<% end %>
</div>

View File

@@ -1,5 +1,5 @@
<div id="c-reports">
<div id="a-post-versions">
<div id="c-post-versions">
<div id="a-index">
<h1>Post Changes Report</h1>
<p>Only the 1,000 most recent changes are displayed.</p>