mirror of
https://github.com/plashchynski/crono.git
synced 2026-03-24 18:31:55 +01:00
18 lines
330 B
Plaintext
18 lines
330 B
Plaintext
%ol.breadcrumb
|
|
%li.active Home
|
|
|
|
%h3 Running Jobs
|
|
%table.table#job_list
|
|
%tr
|
|
%th Job
|
|
%th Last performed at
|
|
%th
|
|
- for job in @jobs
|
|
%tr
|
|
%td= job.job_id
|
|
%td= job.last_performed_at || "—"
|
|
%td
|
|
%a{href: url("/jobs/#{job.id}")}
|
|
Log
|
|
%span.glyphicon.glyphicon-menu-right
|