/delayed_jobs: add '#c-delayed-jobs #a-index' wrapper divs.

This commit is contained in:
evazion
2017-05-04 19:04:18 -05:00
parent 666381a582
commit cbb15b3e81

View File

@@ -1,6 +1,8 @@
<h1>Delayed Jobs</h1> <div id="c-delayed-jobs">
<div id="a-index">
<h1>Delayed Jobs</h1>
<table class="striped" width="100%"> <table class="striped" width="100%">
<thead> <thead>
<tr> <tr>
<th>ID</th> <th>ID</th>
@@ -33,10 +35,12 @@
</tr> </tr>
<% end %> <% end %>
</tbody> </tbody>
</table> </table>
<%= numbered_paginator(@delayed_jobs) %> <%= numbered_paginator(@delayed_jobs) %>
<% content_for(:page_title) do %> <% content_for(:page_title) do %>
Delayed Jobs - <%= Danbooru.config.app_name %> Delayed Jobs - <%= Danbooru.config.app_name %>
<% end %> <% end %>
</div>
</div>