/admin/dashboard: fix exception when rendering BURs.

Fix regression in 6b167d605.
This commit is contained in:
evazion
2019-01-26 14:41:33 -06:00
parent 476056b122
commit 9fda456b7d

View File

@@ -25,7 +25,7 @@
<td id="request-status-for-<%= request.id %>"><%= request.status %></td>
<td>
<%= link_to "Show", bulk_update_request_path(request) %> |
<%= render "bur_edit_links", bur: request %>
<%= render "bulk_update_requests/bur_edit_links", bur: request %>
</td>
</tr>
<% end %>