Sha256: 3d14069fa6dc9c7dbc865fcb4c119c6198e19bd2070414801c31a26c2bc72055

Contents?: true

Size: 596 Bytes

Versions: 30

Compression:

Stored size: 596 Bytes

Contents

#jobs-index
  %table
    %tr
      %th Name 
      %th App
      %th Ruby Class
      %th Status
      %th Schedule
      %th
    - @collection.each do |job|
      %tr
        %td= link_to( object_path( job ), job.name )
        %td
          - if job.app
            = link_to( object_path( job.app ), job.app_name )
          - else
            = job.app_name
        %td= job.ruby_class_name
        %td.status{:class => job.status.downcase}= job.status
        %td= job.cron_expression
        %td
          - job.available_actions.each do |action|
            = action_button( job, action )

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
torquebox-backstage-1.1.2 views/jobs/index.haml
torquebox-backstage-1.1.1 views/jobs/index.haml
torquebox-backstage-1.1.0 views/jobs/index.haml
torquebox-backstage-1.0.7 views/jobs/index.haml
torquebox-backstage-1.0.6 views/jobs/index.haml
torquebox-backstage-1.0.5 views/jobs/index.haml
torquebox-backstage-1.0.4 views/jobs/index.haml
torquebox-backstage-1.0.3 views/jobs/index.haml
torquebox-backstage-1.0.2 views/jobs/index.haml
torquebox-backstage-1.0.1 views/jobs/index.haml
torquebox-backstage-1.0.0 views/jobs/index.haml
torquebox-backstage-1.0.0.beta2 views/jobs/index.haml
torquebox-backstage-1.0.0.beta1 views/jobs/index.haml
torquebox-backstage-0.5.4 views/jobs/index.haml
torquebox-backstage-0.5.3 views/jobs/index.haml
torquebox-backstage-0.5.2 views/jobs/index.haml
torquebox-backstage-0.5.1 views/jobs/index.haml
torquebox-backstage-0.5 views/jobs/index.haml
torquebox-backstage-0.4.3 views/jobs/index.haml
torquebox-backstage-0.4.2 views/jobs/index.haml