Sha256: 128c61f2dbd234bb1a452dee166da5c0cf6b39039580ca2d7d5f9cc72fcca3f7

Contents?: true

Size: 1.57 KB

Versions: 19

Compression:

Stored size: 1.57 KB

Contents

ol.breadcrumb.alert-warning
  li
    = link_to "Configuration", process_templates_path
  li
    = link_to "Template: #{@process_template.title}", process_template_path(@process_template)
  li.active
    = "Operation Template: #{@operation_template.title}"
= render partial: "application/flash", locals: { notice: notice }

.row
  .col-md-10
    .panel
      .panel-heading
        h1.panel-title
          = "Operation: #{@operation_template.title}"
      .panel-body
        table.table.table-striped.table-hover
          tr
            td Operation Class
            td = @operation_template.operation_class
          tr
            td Operation Template Class
            td = @operation_template.type

          - if @operation_template.assignment.present?
            tr
              td Assigned To
              td = @operation_template.assignment


          tr
            td Asynchronous
            td = @operation_template.async_text

          tr
            td Background:
            td = @operation_template.is_background_text


    .panel
      .panel-heading
        h1.panel-title Dependencies
      .panel-body
        table.table.table-striped.table-hover
          - @operation_template.show_dependencies.each do |dependency|
            tr
              td
                = dependency.shift
                - dependency.each do |dependency_status|

                  span.label.label-default< = dependency_status
  .col-md-2
    .btn-toolbar
      = link_to 'Edit', edit_process_template_operation_template_path(@process_template, @operation_template), class: "btn btn-primary"

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
rails_workflow-0.7.3 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.7.2 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.7.1 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.7.0 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.4.4 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.4.3 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.4.2 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.4.1 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.4.0 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.3.9 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.3.7 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.3.6 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.3.5 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.3.4 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.3.3 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.3.2 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.3.1 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.3.0 app/views/rails_workflow/operation_templates/show.html.slim
rails_workflow-0.2.2 app/views/rails_workflow/operation_templates/show.html.slim