Sha256: ef7856f2faad3892b9512f23ec33378c883064759df38482f1778361b534a441

Contents?: true

Size: 741 Bytes

Versions: 19

Compression:

Stored size: 741 Bytes

Contents

= render partial: "application/flash", locals: {notice: notice}

ol.breadcrumb.alert-warning
  li
    = link_to "Configuration", process_templates_path
  li.active
    = "Template: #{@process_template.title}"

.row
  .col-md-10
    .panel
      .panel-heading
        h1.panel-title
          = "Template: #{@process_template.title}"
      .panel-body
        = form_for @process_template, html: { class: "form-horizontal clearfix" } do |f|
          = render partial: 'form', locals: {f: f}
          .btn-toolbar.pull-right
            = link_to 'Show', @process_template, class: "btn btn-default"
            = link_to 'Back', process_templates_path, class: "btn btn-default"
            = f.submit value: 'Save', class: "btn btn-success"

Version data entries

19 entries across 19 versions & 1 rubygems

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