Files
crono/web/views/dashboard.haml
Dzmitry Plashchynski b95c480a8f Add background for web
2015-03-08 22:25:55 +02:00

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