BURs: add edit and reject links to the BUR show page (#3824).
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user