BURs: add edit and reject links to the BUR show page (#3824).
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<% if @bulk_update_request.errors.any? %>
|
||||
$(window).trigger("danbooru:error", <%= j @bulk_update_request.errors.full_messages.join(',') %>);
|
||||
<% else %>
|
||||
$("#request-status-for-<%= @bulk_update_request.id %>").html("queued");
|
||||
if ($("#a-index").length) {
|
||||
$("#request-status-for-<%= @bulk_update_request.id %>").html("queued");
|
||||
} else {
|
||||
location.reload();
|
||||
}
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user