/admin/dashboard: fix exception when rendering BURs.
Fix regression in 6b167d605.
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
<td id="request-status-for-<%= request.id %>"><%= request.status %></td>
|
<td id="request-status-for-<%= request.id %>"><%= request.status %></td>
|
||||||
<td>
|
<td>
|
||||||
<%= link_to "Show", bulk_update_request_path(request) %> |
|
<%= link_to "Show", bulk_update_request_path(request) %> |
|
||||||
<%= render "bur_edit_links", bur: request %>
|
<%= render "bulk_update_requests/bur_edit_links", bur: request %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user