/bulk_update_requests: add search form.

This commit is contained in:
evazion
2017-05-14 12:47:57 -05:00
parent f510a0d9d2
commit 614bf44086
5 changed files with 67 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
<div id="a-index">
<h1>Bulk Update Requests</h1>
<%= render "search" %>
<%= render "listing", :bulk_update_requests => @bulk_update_requests %>
<%= numbered_paginator(@bulk_update_requests) %>