fixes #2199
This commit is contained in:
12
app/views/bulk_update_requests/edit.html.erb
Normal file
12
app/views/bulk_update_requests/edit.html.erb
Normal file
@@ -0,0 +1,12 @@
|
||||
<div class="bulk-update-requests">
|
||||
<div class="new">
|
||||
<h1>Edit Bulk Update Request</h1>
|
||||
<%= render "form" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Edit Bulk Update Request - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user