Sha256: a8ec72b8b7409be1f5e3dd0e8669b435a131fe87480cb8a56aa6d2d4f502a1ac
Contents?: true
Size: 422 Bytes
Versions: 1
Compression:
Stored size: 422 Bytes
Contents
<% navigation(title: "Recurring tasks", section: :recurring_tasks) %> <table class="recurring-tasks table jobs is-hoverable is-fullwidth"> <tbody> <thead> <tr> <th></th> <th>Job</th> <th>Schedule</th> <th>Last enqueued at</th> <th>Next run</th> </tr> </thead> <%= render partial: "mission_control/jobs/recurring_tasks/recurring_task", collection: @recurring_tasks %> </tbody> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mission_control-jobs-0.4.0 | app/views/mission_control/jobs/recurring_tasks/index.html.erb |