Sha256: 8e4cd3782a014bc2f9e51d1611177ca83a693154f5a2b8118b04468b6d637c46

Contents?: true

Size: 1.28 KB

Versions: 4

Compression:

Stored size: 1.28 KB

Contents

- if @operation_template.errors.any?
  #error_explanation
    h2 = "#{pluralize(@operation_template.errors.count, "error")} prohibited this wf_operation_template from being saved:"
    ul
      - @operation_template.errors.full_messages.each do |message|
        li = message

= hidden_field_tag 'operation_template[kind]', @operation_template.kind

.form-group
  = f.label :title, class: "control-label col-sm-2"
  .col-sm-10
    = f.text_field :title, class: "form-control"


.form-group
  = f.label :operation_class, class: "control-label col-sm-2"
  .col-sm-10
    = f.text_field :operation_class, class: "form-control", placeholder: f.object.default_class

.form-group
  = f.label :type, "Template Class", class: "control-label col-sm-2"
  .col-sm-10
    = f.text_field :type, class: "form-control", placeholder: f.object.default_type

.form-group
  = f.label :partial_name, "Context Partial", class: "control-label col-sm-2"
  .col-sm-10
    = f.text_field :partial_name, class: "form-control", placeholder: "Default"

.form-group
  = f.label :tag, "Event Tag", class: "control-label col-sm-2"
  .col-sm-10
    = f.text_field :tag, class: "form-control"

.form-group
  .col-sm-2
  .col-sm-10
    .checkbox
      label
        = f.check_box :multiple, {}, 'true', 'false'
        strong
          = 'Multiple'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails_workflow-0.7.3 app/views/rails_workflow/operation_templates/_event_form.html.slim
rails_workflow-0.7.2 app/views/rails_workflow/operation_templates/_event_form.html.slim
rails_workflow-0.7.1 app/views/rails_workflow/operation_templates/_event_form.html.slim
rails_workflow-0.7.0 app/views/rails_workflow/operation_templates/_event_form.html.slim