Sha256: 96128f484250e31ca5ef8e9a9c7f62531f06ff6ac1a2d877a55ed7f0e1c176c9

Contents?: true

Size: 457 Bytes

Versions: 19

Compression:

Stored size: 457 Bytes

Contents

.row
  .col-md-10
    .panel
      .panel-heading
        h1.panel-title
          = "New Process Template"
      .panel-body
        = form_for @process_template, html: {class: "form-horizontal clearfix"} do |f|
          = render partial: @process_template.form, locals: {f: f}
          .btn-toolbar.pull-right
            = 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/new.html.slim
rails_workflow-0.7.2 app/views/rails_workflow/process_templates/new.html.slim
rails_workflow-0.7.1 app/views/rails_workflow/process_templates/new.html.slim
rails_workflow-0.7.0 app/views/rails_workflow/process_templates/new.html.slim
rails_workflow-0.4.4 app/views/rails_workflow/process_templates/new.html.slim
rails_workflow-0.4.3 app/views/rails_workflow/process_templates/new.html.slim
rails_workflow-0.4.2 app/views/rails_workflow/process_templates/new.html.slim
rails_workflow-0.4.1 app/views/rails_workflow/process_templates/new.html.slim
rails_workflow-0.4.0 app/views/rails_workflow/process_templates/new.html.slim
rails_workflow-0.3.9 app/views/rails_workflow/process_templates/new.html.slim
rails_workflow-0.3.7 app/views/rails_workflow/process_templates/new.html.slim
rails_workflow-0.3.6 app/views/rails_workflow/process_templates/new.html.slim
rails_workflow-0.3.5 app/views/rails_workflow/process_templates/new.html.slim
rails_workflow-0.3.4 app/views/rails_workflow/process_templates/new.html.slim
rails_workflow-0.3.3 app/views/rails_workflow/process_templates/new.html.slim
rails_workflow-0.3.2 app/views/rails_workflow/process_templates/new.html.slim
rails_workflow-0.3.1 app/views/rails_workflow/process_templates/new.html.slim
rails_workflow-0.3.0 app/views/rails_workflow/process_templates/new.html.slim
rails_workflow-0.2.2 app/views/rails_workflow/process_templates/new.html.slim