Sha256: 29a2e31e9d1282cf5e6b8fa5d07f330bca9d7f80290bc17e1d51d65db6c4c612

Contents?: true

Size: 558 Bytes

Versions: 9

Compression:

Stored size: 558 Bytes

Contents

= content_for :nav_title do
  = 'New Business Process'

section.section
  .container
    .columns
      .column.is-three-fifths
        .card
          = render 'layouts/authz/error_messages', object: @business_process
          .card-content
            = form_for @business_process do |f|
              = render 'fields', f: f, name_validation_path: new_validations_business_process_name_path
              .field
                .control
                  = f.submit 'Create', class: 'button is-primary is-fullwidth'
      .column
        = render 'help'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
authz-0.0.5 app/views/authz/business_processes/new.html.slim
authz-0.0.4 app/views/authz/business_processes/new.html.slim
authz-0.0.3 app/views/authz/business_processes/new.html.slim
authz-0.0.2 app/views/authz/business_processes/new.html.slim
authz-0.0.1 app/views/authz/business_processes/new.html.slim
authz-0.0.1.alpha5 app/views/authz/business_processes/new.html.slim
authz-0.0.1.alpha4 app/views/authz/business_processes/new.html.slim
authz-0.0.1.alpha3 app/views/authz/business_processes/new.html.slim
authz-0.0.1.alpha2 app/views/authz/business_processes/new.html.slim