eBooru/app/views/bulk_update_requests/index.html.erb
Earlopain 9b7c4db852 [Template] Don't explicitly add app_name in every title
- 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
2021-03-21 16:58:35 +01:00

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 %>