fix #2314 and appeals

This commit is contained in:
Toks
2014-11-30 16:10:17 -05:00
parent 90bca638bf
commit 38f51306a8
4 changed files with 36 additions and 0 deletions

View File

@@ -1,6 +1,15 @@
<table class="search">
<tbody>
<%= form_tag(post_appeals_path, :method => :get, :class => "simple_form") do %>
<tr>
<th><label for="search_reason_matches">Reason</label></th>
<td>
<div class="input">
<%= text_field "search", "reason_matches", :label => "Reason", :value => params[:search][:reason_matches] %>
</div>
</td>
</tr>
<tr>
<th><label for="search_post_id">Post ID</label></th>
<td>

View File

@@ -1,6 +1,15 @@
<table class="search">
<tbody>
<%= form_tag(post_flags_path, :method => :get, :class => "simple_form") do %>
<tr>
<th><label for="search_reason_matches">Reason</label></th>
<td>
<div class="input">
<%= text_field "search", "reason_matches", :label => "Reason", :value => params[:search][:reason_matches] %>
</div>
</td>
</tr>
<tr>
<th><label for="search_post_id">Post ID</label></th>
<td>