Sha256: 27a91f3ca200defbe5b5a907d9f95fb8dc7959cad771ce91e6c1bcec52e51999
Contents?: true
Size: 389 Bytes
Versions: 2
Compression:
Stored size: 389 Bytes
Contents
<table class="jobs <%= jobs_status %> table queues is-hoverable is-fullwidth"> <tbody> <thead> <tr> <th style="width: 35%;">Job</th> <% attribute_names_for_job_status(jobs_status).each do |attribute| %> <th><%= attribute %></th> <% end %> </tr> </thead> <%= render partial: "mission_control/jobs/jobs/job", collection: jobs_page.jobs %> </tbody> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mission_control-jobs-0.1.1 | app/views/mission_control/jobs/jobs/_jobs_page.html.erb |
mission_control-jobs-0.1.0 | app/views/mission_control/jobs/jobs/_jobs_page.html.erb |