Sha256: 9f2bb6fb11d90a3145c079eec0023fdaebce23c1ece278b2837e4d3c3af434e3

Contents?: true

Size: 728 Bytes

Versions: 9

Compression:

Stored size: 728 Bytes

Contents

ol.breadcrumb.alert-warning
  li.active Operations

.row
  .col-sm-12
    .panel
      .panel-heading
        h1.panel-title Operations

      .panel-body
        table.table.table-striped.table-hover
          thead
            tr
              th Title
              th Status
              th Assignment
              th Created At

          tbody
            - @operations.each do |operation|
              tr
                td = link_to operation.title, process_operation_path(operation.process, operation)
                td
                  span.label<> class=(operation.status[:class])
                    = operation.status[:text]
                td = operation.assigned_to
                td = operation.created_at

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rails_workflow-0.3.7 app/views/rails_workflow/operations/index.html.slim
rails_workflow-0.3.6 app/views/rails_workflow/operations/index.html.slim
rails_workflow-0.3.5 app/views/rails_workflow/operations/index.html.slim
rails_workflow-0.3.4 app/views/rails_workflow/operations/index.html.slim
rails_workflow-0.3.3 app/views/rails_workflow/operations/index.html.slim
rails_workflow-0.3.2 app/views/rails_workflow/operations/index.html.slim
rails_workflow-0.3.1 app/views/rails_workflow/operations/index.html.slim
rails_workflow-0.3.0 app/views/rails_workflow/operations/index.html.slim
rails_workflow-0.2.2 app/views/rails_workflow/operations/index.html.slim