implement post change report
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user