fix #2314 and appeals
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user