implemented moderator dashboard queue
This commit is contained in:
9
app/views/moderator/dashboards/_search_activity.html.erb
Normal file
9
app/views/moderator/dashboards/_search_activity.html.erb
Normal file
@@ -0,0 +1,9 @@
|
||||
<% form_tag(moderator_dashboard_path, :method => :get) do %>
|
||||
<label for="min_date">Minimum Date</label>
|
||||
<%= text_field_tag :min_date, @dashboard.min_date %><br>
|
||||
|
||||
<label for="max_level">Max Level</label>
|
||||
<%= user_level_select_tag(:max_level) %><br>
|
||||
|
||||
<%= submit_tag "Search" %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user