Sha256: 6e15d6f1464121b99372a18062fab843996568c5c567b4dad9b6052491a1198d
Contents?: true
Size: 576 Bytes
Versions: 3
Compression:
Stored size: 576 Bytes
Contents
<h1>Jobs</h1> <div class="d-flex justify-content-end"> <div> <%= page_entries_info @jobs %> </div> </div> <table class="table"> <thead> <tr> <th scope="col">#</th> <th scope="col">Class</th> <th scope="col">Queue</th> <th scope="col">Arguments</th> <th scope="col">Scheduled at</th> <th scope="col">Finished at</th> </tr> </thead> <tbody> <%= render partial: "job", collection: @jobs %> </tbody> </table> <div class="d-flex justify-content-center"> <%= paginate @jobs, views_prefix: "panoptic" %> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
panoptic-0.1.2 | app/views/panoptic/jobs/index.html.erb |
panoptic-0.1.1 | app/views/panoptic/jobs/index.html.erb |
panoptic-0.1.0 | app/views/panoptic/jobs/index.html.erb |