Sha256: f3de8c8291682787ed5910654198425aa753f1047d1fded28f0245d1fc2296ab

Contents?: true

Size: 335 Bytes

Versions: 6

Compression:

Stored size: 335 Bytes

Contents

= form_for @post_category, builder: Tenon::FormBuilder, data: {modal: true, remote: true, type: 'json', record: 'post_category'} do |f|
  .modal-body
    .fields.full

      .form-group
        = f.text_field :title

      .spacer

  .modal-footer
    = f.submit "Save", class: 'btn btn-comp', data: { disable_with: "Please wait..." }

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tenon-1.1.4 app/views/tenon/post_categories/_form.html.haml
tenon-1.1.3 app/views/tenon/post_categories/_form.html.haml
tenon-1.1.2 app/views/tenon/post_categories/_form.html.haml
tenon-1.1.1 app/views/tenon/post_categories/_form.html.haml
tenon-1.0.76 app/views/tenon/post_categories/_form.html.haml
tenon-1.0.75 app/views/tenon/post_categories/_form.html.haml