Sha256: b8f40d6226a74f09599e85c42d9bb3c3e8f3b9959144dd452f14c3bc18b8582d

Contents?: true

Size: 330 Bytes

Versions: 3

Compression:

Stored size: 330 Bytes

Contents

.container-fluid
  = simple_form_for(@block, remote_form_options) do |f|
    = f.error_notification
    = f.error :base, :error_method => :to_sentence

    .form-inputs
      = f.input :name
      = f.input :width
      = f.input :height
      = f.input :depth

    .form-actions.col-sm-7.col-sm-offset-5
      = f.button :submit

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bootbox_crud-0.2.1 test/dummy/app/views/blocks/_form.html.haml
bootbox_crud-0.2.0 test/dummy/app/views/blocks/_form.html.haml
bootbox_crud-0.1.1.7 test/dummy/app/views/blocks/_form.html.haml