BURs: add edit and reject links to the BUR show page (#3824).

This commit is contained in:
evazion
2019-01-15 21:18:00 -06:00
parent a284d3fb4a
commit 6b167d6055
5 changed files with 26 additions and 15 deletions

View File

@@ -1 +1,5 @@
$("#request-status-for-<%= @bulk_update_request.id %>").html("rejected");
if ($("#a-index").length) {
$("#request-status-for-<%= @bulk_update_request.id %>").html("rejected");
} else {
location.reload();
}