forked from e621ng/e621ng

- Use a helper function to add it to every title (except the root path which is just the app_name) - Remove useless set_title function in application_controllerller
17 lines
364 B
Plaintext
17 lines
364 B
Plaintext
<div id="c-bulk-update-requests">
|
|
<div id="a-index">
|
|
<h1>Bulk Update Requests</h1>
|
|
|
|
<%= render "search" %>
|
|
<%= render "listing", :bulk_update_requests => @bulk_update_requests %>
|
|
|
|
<%= numbered_paginator(@bulk_update_requests) %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "secondary_links" %>
|
|
|
|
<% content_for(:page_title) do %>
|
|
Bulk Update Requests
|
|
<% end %>
|