UNPKG

ayla

Version:

Ayla at your service.

18 lines (17 loc) 543 B
extends layout block contents #system-jobs table thead tr td.id ID td.description Description td.lastRun Last Run td.nextRun Next run tbody each job in jobs tr td.id #{job.id} td.description #{job.description} td.lastRun #{job.lastRun} td.nextRun #{job.nextRun}