Sha256: 82f279973e5988d7ba7a6dc476cdaebf04e9ec336b9b5b8309510c0a4e8e8145

Contents?: true

Size: 320 Bytes

Versions: 4

Compression:

Stored size: 320 Bytes

Contents

%tr{ id: "tr-#{resource_class}-#{resource.id}"}
  - if current_user.admin?
    %td= link_to resource.account.name, resource.account
  %td= resource.queue
  %td= resource.attempts
  %td= build_link_from_array resource.show_handler
  %td= resource.run_at
  %td= show_resource_delete_icon resource, '/admin/background_job'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
oxen_job-0.4.13 app/views/oxen/background_jobs/_background_job.html.haml
oxen_job-0.4.12 app/views/oxen/background_jobs/_background_job.html.haml
oxen_job-0.4.9 app/views/oxen/background_jobs/_background_job.html.haml
oxen_job-0.4.8 app/views/oxen/background_jobs/_background_job.html.haml